Add ability for users to block an account/instance on server side

This commit is contained in:
Chocobozzz 2018-10-12 15:26:04 +02:00
parent dffd5d127f
commit 7ad9b9846c
33 changed files with 1344 additions and 56 deletions

View file

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