diff options
Diffstat (limited to 'server/initializers')
-rw-r--r-- | server/initializers/constants.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/server/initializers/constants.ts b/server/initializers/constants.ts index 78dd7cb9d..097199f84 100644 --- a/server/initializers/constants.ts +++ b/server/initializers/constants.ts | |||
@@ -42,6 +42,7 @@ const SORTABLE_COLUMNS = { | |||
42 | VIDEO_CHANNELS: [ 'id', 'name', 'updatedAt', 'createdAt' ], | 42 | VIDEO_CHANNELS: [ 'id', 'name', 'updatedAt', 'createdAt' ], |
43 | VIDEO_IMPORTS: [ 'createdAt' ], | 43 | VIDEO_IMPORTS: [ 'createdAt' ], |
44 | VIDEO_COMMENT_THREADS: [ 'createdAt' ], | 44 | VIDEO_COMMENT_THREADS: [ 'createdAt' ], |
45 | VIDEO_RATES: [ 'createdAt' ], | ||
45 | BLACKLISTS: [ 'id', 'name', 'duration', 'views', 'likes', 'dislikes', 'uuid', 'createdAt' ], | 46 | BLACKLISTS: [ 'id', 'name', 'duration', 'views', 'likes', 'dislikes', 'uuid', 'createdAt' ], |
46 | FOLLOWERS: [ 'createdAt' ], | 47 | FOLLOWERS: [ 'createdAt' ], |
47 | FOLLOWING: [ 'createdAt' ], | 48 | FOLLOWING: [ 'createdAt' ], |