summaryrefslogtreecommitdiff
path: root/src/api/endpoints.ts
diff options
context:
space:
mode:
authorsyuilo <syuilotan@yahoo.co.jp>2017-12-22 06:03:54 +0900
committersyuilo <syuilotan@yahoo.co.jp>2017-12-22 06:03:54 +0900
commita134aa5a81ea2c443153b3723abf662a8069e36a (patch)
treed16a0ecaace8cc9f8e134a5ea046f57015b27284 /src/api/endpoints.ts
parentwip (diff)
downloadmisskey-a134aa5a81ea2c443153b3723abf662a8069e36a.tar.gz
misskey-a134aa5a81ea2c443153b3723abf662a8069e36a.tar.bz2
misskey-a134aa5a81ea2c443153b3723abf662a8069e36a.zip
wip
Diffstat (limited to 'src/api/endpoints.ts')
-rw-r--r--src/api/endpoints.ts17
1 files changed, 17 insertions, 0 deletions
diff --git a/src/api/endpoints.ts b/src/api/endpoints.ts
index 1138df193b..e846381578 100644
--- a/src/api/endpoints.ts
+++ b/src/api/endpoints.ts
@@ -222,6 +222,23 @@ const endpoints: Endpoint[] = [
withCredential: true,
kind: 'notification-read'
},
+
+ {
+ name: 'mute/create',
+ withCredential: true,
+ kind: 'account/write'
+ },
+ {
+ name: 'mute/delete',
+ withCredential: true,
+ kind: 'account/write'
+ },
+ {
+ name: 'mute/list',
+ withCredential: true,
+ kind: 'account/read'
+ },
+
{
name: 'notifications/get_unread_count',
withCredential: true,