From ab16fb3a3fff96a4fa2bc1fc0e56a87c129a4625 Mon Sep 17 00:00:00 2001 From: syuilo Date: Tue, 29 May 2018 01:22:39 +0900 Subject: #1634 --- src/server/api/endpoints.ts | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'src/server/api/endpoints.ts') 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 @@ -279,11 +279,6 @@ const endpoints: Endpoint[] = [ kind: 'account/read' }, - { - name: 'notifications/get_unread_count', - withCredential: true, - kind: 'notification-read' - }, { name: 'notifications/delete', withCredential: true, @@ -610,11 +605,6 @@ const endpoints: Endpoint[] = [ withCredential: true, kind: 'messaging-read' }, - { - name: 'messaging/unread', - withCredential: true, - kind: 'messaging-read' - }, { name: 'messaging/messages', withCredential: true, -- cgit v1.2.3-freya