check something

This commit is contained in:
Cutls
2019-03-21 13:39:30 +09:00
parent 5d0b5e9c94
commit 153f1aacee
13 changed files with 49 additions and 13 deletions

View File

@@ -335,7 +335,29 @@ function misskeyLogin(url) {
httpreq.send(JSON.stringify({
name: "TheDesk(PC)",
description: "Mastodon client for PC",
permission: ["read","write","follow"]
permission: [
"account-read",
"account-write",
"account/read",
"account/write",
"drive-read",
"drive-write",
"favorite-read",
"favorite-write",
"favorites-read",
"following-read",
"following-write",
"messaging-read",
"messaging-write",
"note-read",
"note-write",
"notification-read",
"notification-write",
"reaction-read",
"reaction-write",
"vote-read",
"vote-write"
]
}));
httpreq.onreadystatechange = function() {
if (httpreq.readyState === 4) {