TheDesk Akane (16.0.11)

This commit is contained in:
cutls
2018-08-29 19:17:34 +09:00
parent 8439aa3e05
commit cf587c76e6
11 changed files with 48 additions and 23 deletions

View File

@@ -382,7 +382,7 @@ function ckdb(acct_id) {
localStorage.setItem("follow_" + acct_id, json[domain + "_follow"]);
}
}
if(localStorage.getItem("mode_" + domain)=="misskey"){
if(localStorage.getItem("mode_" + domain)!="misskey"){
var start = "https://" + domain + "/api/v1/instance/activity";
fetch(start, {
method: 'GET',