Add bulk comment actions on account dropdown

This commit is contained in:
Chocobozzz
2020-05-19 10:24:36 +02:00
committed by Chocobozzz
parent 444c0a0e01
commit 923ff87da2
5 changed files with 139 additions and 80 deletions

View File

@@ -0,0 +1 @@
export * from './bulk-remove-comments-of-body.model'

View File

@@ -2,6 +2,7 @@ export * from './activitypub'
export * from './actors'
export * from './avatars'
export * from './blocklist'
export * from './bulk'
export * from './redundancy'
export * from './users'
export * from './videos'