This commit is contained in:
syuilo 2017-12-22 06:03:54 +09:00
parent 11e05a3a32
commit a134aa5a81
5 changed files with 228 additions and 5 deletions

View file

@ -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,