diff options
author | Chocobozzz <me@florianbigard.com> | 2019-07-10 16:59:53 +0200 |
---|---|---|
committer | Chocobozzz <chocobozzz@cpy.re> | 2019-07-24 10:58:16 +0200 |
commit | ad91e7006e41f8ee5b8dcefee30f99e8ca44133a (patch) | |
tree | d860f20e05b036fa1a96e049c74deffd7f5d2b00 /server/initializers/constants.ts | |
parent | ffb321bedca46d6987c7b31dd58e5dea96ea2ea2 (diff) | |
download | PeerTube-ad91e7006e41f8ee5b8dcefee30f99e8ca44133a.tar.gz PeerTube-ad91e7006e41f8ee5b8dcefee30f99e8ca44133a.tar.zst PeerTube-ad91e7006e41f8ee5b8dcefee30f99e8ca44133a.zip |
WIP plugins: plugin settings on server side
Diffstat (limited to 'server/initializers/constants.ts')
-rw-r--r-- | server/initializers/constants.ts | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/server/initializers/constants.ts b/server/initializers/constants.ts index e5f88b71d..4163fe49d 100644 --- a/server/initializers/constants.ts +++ b/server/initializers/constants.ts | |||
@@ -62,7 +62,9 @@ const SORTABLE_COLUMNS = { | |||
62 | 62 | ||
63 | USER_NOTIFICATIONS: [ 'createdAt' ], | 63 | USER_NOTIFICATIONS: [ 'createdAt' ], |
64 | 64 | ||
65 | VIDEO_PLAYLISTS: [ 'displayName', 'createdAt', 'updatedAt' ] | 65 | VIDEO_PLAYLISTS: [ 'displayName', 'createdAt', 'updatedAt' ], |
66 | |||
67 | PLUGINS: [ 'name', 'createdAt', 'updatedAt' ] | ||
66 | } | 68 | } |
67 | 69 | ||
68 | const OAUTH_LIFETIME = { | 70 | const OAUTH_LIFETIME = { |