diff options
Diffstat (limited to 'server/lib')
-rw-r--r-- | server/lib/user.ts | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/server/lib/user.ts b/server/lib/user.ts index ffb57944a..56995cca3 100644 --- a/server/lib/user.ts +++ b/server/lib/user.ts | |||
@@ -56,6 +56,8 @@ function buildUser (options: { | |||
56 | 56 | ||
57 | nsfwPolicy: CONFIG.INSTANCE.DEFAULT_NSFW_POLICY, | 57 | nsfwPolicy: CONFIG.INSTANCE.DEFAULT_NSFW_POLICY, |
58 | p2pEnabled: CONFIG.DEFAULTS.P2P.WEBAPP.ENABLED, | 58 | p2pEnabled: CONFIG.DEFAULTS.P2P.WEBAPP.ENABLED, |
59 | videosHistoryEnabled: CONFIG.USER.HISTORY.VIDEOS.ENABLED, | ||
60 | |||
59 | autoPlayVideo: true, | 61 | autoPlayVideo: true, |
60 | 62 | ||
61 | role, | 63 | role, |