summaryrefslogtreecommitdiff
path: root/src/server/api/endpoints.ts
diff options
context:
space:
mode:
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'