diff options
author | Chocobozzz <me@florianbigard.com> | 2018-01-03 16:38:50 +0100 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2018-01-03 16:38:50 +0100 |
commit | 265ba139ebf56bbdc1c65f6ea4f367774c691fc0 (patch) | |
tree | c7c52d1ae48a35b8f9aa06a9fa2335a6ba502fd1 /server/initializers/constants.ts | |
parent | 9bce811268cd74b402176ae9fcd8b77ac887576e (diff) | |
download | PeerTube-265ba139ebf56bbdc1c65f6ea4f367774c691fc0.tar.gz PeerTube-265ba139ebf56bbdc1c65f6ea4f367774c691fc0.tar.zst PeerTube-265ba139ebf56bbdc1c65f6ea4f367774c691fc0.zip |
Send account activitypub update events
Diffstat (limited to 'server/initializers/constants.ts')
-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 d9b21b389..d2bcea443 100644 --- a/server/initializers/constants.ts +++ b/server/initializers/constants.ts | |||
@@ -22,6 +22,7 @@ const PAGINATION_COUNT_DEFAULT = 15 | |||
22 | // Sortable columns per schema | 22 | // Sortable columns per schema |
23 | const SORTABLE_COLUMNS = { | 23 | const SORTABLE_COLUMNS = { |
24 | USERS: [ 'id', 'username', 'createdAt' ], | 24 | USERS: [ 'id', 'username', 'createdAt' ], |
25 | ACCOUNTS: [ 'createdAt' ], | ||
25 | JOBS: [ 'id', 'createdAt' ], | 26 | JOBS: [ 'id', 'createdAt' ], |
26 | VIDEO_ABUSES: [ 'id', 'createdAt' ], | 27 | VIDEO_ABUSES: [ 'id', 'createdAt' ], |
27 | VIDEO_CHANNELS: [ 'id', 'name', 'updatedAt', 'createdAt' ], | 28 | VIDEO_CHANNELS: [ 'id', 'name', 'updatedAt', 'createdAt' ], |