diff options
Diffstat (limited to 'server/initializers')
-rw-r--r-- | server/initializers/constants.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/initializers/constants.ts b/server/initializers/constants.ts index 9beb9b7c2..a0dd78f42 100644 --- a/server/initializers/constants.ts +++ b/server/initializers/constants.ts | |||
@@ -44,7 +44,7 @@ const SORTABLE_COLUMNS = { | |||
44 | FOLLOWING: [ 'createdAt' ], | 44 | FOLLOWING: [ 'createdAt' ], |
45 | 45 | ||
46 | VIDEOS_SEARCH: [ 'match', 'name', 'duration', 'createdAt', 'publishedAt', 'views', 'likes' ], | 46 | VIDEOS_SEARCH: [ 'match', 'name', 'duration', 'createdAt', 'publishedAt', 'views', 'likes' ], |
47 | VIDEO_CHANNELS_SEARCH: [ 'match', 'displayName' ] | 47 | VIDEO_CHANNELS_SEARCH: [ 'match', 'displayName', 'createdAt' ] |
48 | } | 48 | } |
49 | 49 | ||
50 | const OAUTH_LIFETIME = { | 50 | const OAUTH_LIFETIME = { |