diff options
Diffstat (limited to 'server/models')
-rw-r--r-- | server/models/account/user.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/server/models/account/user.ts b/server/models/account/user.ts index ea017c338..180ced810 100644 --- a/server/models/account/user.ts +++ b/server/models/account/user.ts | |||
@@ -370,6 +370,7 @@ export class UserModel extends Model<UserModel> { | |||
370 | emailVerified: this.emailVerified, | 370 | emailVerified: this.emailVerified, |
371 | nsfwPolicy: this.nsfwPolicy, | 371 | nsfwPolicy: this.nsfwPolicy, |
372 | webTorrentEnabled: this.webTorrentEnabled, | 372 | webTorrentEnabled: this.webTorrentEnabled, |
373 | videosHistoryEnabled: this.videosHistoryEnabled, | ||
373 | autoPlayVideo: this.autoPlayVideo, | 374 | autoPlayVideo: this.autoPlayVideo, |
374 | role: this.role, | 375 | role: this.role, |
375 | roleLabel: USER_ROLE_LABELS[ this.role ], | 376 | roleLabel: USER_ROLE_LABELS[ this.role ], |