summaryrefslogtreecommitdiff
path: root/src/server/api/endpoints/i/read-all-unread-notes.ts
diff options
context:
space:
mode:
authorsyuilo <Syuilotan@yahoo.co.jp>2021-06-08 14:09:32 +0900
committersyuilo <Syuilotan@yahoo.co.jp>2021-06-08 14:09:32 +0900
commit6b312f755eb171df0afd95a2d4e51cfd7300fa16 (patch)
tree261024105325dd0ca8ad36d1315cc705a5ae25ef /src/server/api/endpoints/i/read-all-unread-notes.ts
parent外部リンクアイコンが表示されない問題を修正 (diff)
downloadsharkey-6b312f755eb171df0afd95a2d4e51cfd7300fa16.tar.gz
sharkey-6b312f755eb171df0afd95a2d4e51cfd7300fa16.tar.bz2
sharkey-6b312f755eb171df0afd95a2d4e51cfd7300fa16.zip
Remove endpoint descriptions
#6627
Diffstat (limited to 'src/server/api/endpoints/i/read-all-unread-notes.ts')
-rw-r--r--src/server/api/endpoints/i/read-all-unread-notes.ts5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/server/api/endpoints/i/read-all-unread-notes.ts b/src/server/api/endpoints/i/read-all-unread-notes.ts
index efb8a7f0f8..64469a2ad5 100644
--- a/src/server/api/endpoints/i/read-all-unread-notes.ts
+++ b/src/server/api/endpoints/i/read-all-unread-notes.ts
@@ -3,11 +3,6 @@ import define from '../../define';
import { NoteUnreads } from '../../../../models';
export const meta = {
- desc: {
- 'ja-JP': '未読の投稿をすべて既読にします。',
- 'en-US': 'Mark all messages as read.'
- },
-
tags: ['account'],
requireCredential: true as const,