Add ability for users to block an account/instance on server side
This commit is contained in:
parent
dffd5d127f
commit
7ad9b9846c
33 changed files with 1344 additions and 56 deletions
|
@ -1,4 +1,5 @@
|
|||
export * from './account'
|
||||
export * from './blocklist'
|
||||
export * from './oembed'
|
||||
export * from './activitypub'
|
||||
export * from './pagination'
|
||||
|
@ -10,3 +11,4 @@ export * from './user-subscriptions'
|
|||
export * from './videos'
|
||||
export * from './webfinger'
|
||||
export * from './search'
|
||||
export * from './server'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue