feat: notification muting
This commit is contained in:
parent
ab84c9afa0
commit
03c64c296b
17 changed files with 253 additions and 10 deletions
|
@ -281,6 +281,7 @@ import * as ep___emoji from './endpoints/emoji.js';
|
|||
import * as ep___miauth_genToken from './endpoints/miauth/gen-token.js';
|
||||
import * as ep___mute_create from './endpoints/mute/create.js';
|
||||
import * as ep___mute_delete from './endpoints/mute/delete.js';
|
||||
import * as ep___mute_edit from './endpoints/mute/edit.js';
|
||||
import * as ep___mute_list from './endpoints/mute/list.js';
|
||||
import * as ep___renoteMute_create from './endpoints/renote-mute/create.js';
|
||||
import * as ep___renoteMute_delete from './endpoints/renote-mute/delete.js';
|
||||
|
@ -678,6 +679,7 @@ const eps = [
|
|||
['miauth/gen-token', ep___miauth_genToken],
|
||||
['mute/create', ep___mute_create],
|
||||
['mute/delete', ep___mute_delete],
|
||||
['mute/edit', ep___mute_edit],
|
||||
['mute/list', ep___mute_list],
|
||||
['renote-mute/create', ep___renoteMute_create],
|
||||
['renote-mute/delete', ep___renoteMute_delete],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue