This commit is contained in:
syuilo 2018-03-29 14:53:48 +09:00
parent 0b5597c873
commit b3bd6b60b4

View file

@ -289,7 +289,7 @@ const endpoints: Endpoint[] = [
kind: 'notification-write' kind: 'notification-write'
}, },
{ {
name: 'notifications/markAsRead_all', name: 'notifications/mark_as_read_all',
withCredential: true, withCredential: true,
kind: 'notification-write' kind: 'notification-write'
}, },