summaryrefslogtreecommitdiff
path: root/src/server/api/endpoints.ts
diff options
context:
space:
mode:
authorsyuilo <syuilotan@yahoo.co.jp>2018-05-29 01:22:39 +0900
committersyuilo <syuilotan@yahoo.co.jp>2018-05-29 01:22:39 +0900
commitab16fb3a3fff96a4fa2bc1fc0e56a87c129a4625 (patch)
tree26de7290eede6b42a661f328adce965a889f9887 /src/server/api/endpoints.ts
parenttypo (diff)
downloadsharkey-ab16fb3a3fff96a4fa2bc1fc0e56a87c129a4625.tar.gz
sharkey-ab16fb3a3fff96a4fa2bc1fc0e56a87c129a4625.tar.bz2
sharkey-ab16fb3a3fff96a4fa2bc1fc0e56a87c129a4625.zip
#1634
Diffstat (limited to 'src/server/api/endpoints.ts')
-rw-r--r--src/server/api/endpoints.ts10
1 files changed, 0 insertions, 10 deletions
diff --git a/src/server/api/endpoints.ts b/src/server/api/endpoints.ts
index c1ac4777b6..b4ab65eb16 100644
--- a/src/server/api/endpoints.ts
+++ b/src/server/api/endpoints.ts
@@ -280,11 +280,6 @@ const endpoints: Endpoint[] = [
},
{
- name: 'notifications/get_unread_count',
- withCredential: true,
- kind: 'notification-read'
- },
- {
name: 'notifications/delete',
withCredential: true,
kind: 'notification-write'
@@ -611,11 +606,6 @@ const endpoints: Endpoint[] = [
kind: 'messaging-read'
},
{
- name: 'messaging/unread',
- withCredential: true,
- kind: 'messaging-read'
- },
- {
name: 'messaging/messages',
withCredential: true,
kind: 'messaging-read'