diff options
author | Chocobozzz <me@florianbigard.com> | 2020-05-19 10:24:36 +0200 |
---|---|---|
committer | Chocobozzz <chocobozzz@cpy.re> | 2020-05-29 09:21:26 +0200 |
commit | 923ff87da2761fd88a8ca269ac1ef403abb583d2 (patch) | |
tree | 506ee2a83cb21e5303d486afefde7542f3207dbf /shared/models | |
parent | 444c0a0e017824fb4ce526281a22c4abe0a13c50 (diff) | |
download | PeerTube-923ff87da2761fd88a8ca269ac1ef403abb583d2.tar.gz PeerTube-923ff87da2761fd88a8ca269ac1ef403abb583d2.tar.zst PeerTube-923ff87da2761fd88a8ca269ac1ef403abb583d2.zip |
Add bulk comment actions on account dropdown
Diffstat (limited to 'shared/models')
-rw-r--r-- | shared/models/bulk/index.ts | 1 | ||||
-rw-r--r-- | shared/models/index.ts | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/shared/models/bulk/index.ts b/shared/models/bulk/index.ts new file mode 100644 index 000000000..168c8cd48 --- /dev/null +++ b/shared/models/bulk/index.ts | |||
@@ -0,0 +1 @@ | |||
export * from './bulk-remove-comments-of-body.model' | |||
diff --git a/shared/models/index.ts b/shared/models/index.ts index 062533834..b562e04a3 100644 --- a/shared/models/index.ts +++ b/shared/models/index.ts | |||
@@ -2,6 +2,7 @@ export * from './activitypub' | |||
2 | export * from './actors' | 2 | export * from './actors' |
3 | export * from './avatars' | 3 | export * from './avatars' |
4 | export * from './blocklist' | 4 | export * from './blocklist' |
5 | export * from './bulk' | ||
5 | export * from './redundancy' | 6 | export * from './redundancy' |
6 | export * from './users' | 7 | export * from './users' |
7 | export * from './videos' | 8 | export * from './videos' |