diff options
Diffstat (limited to 'server/models')
-rw-r--r-- | server/models/account/user.ts | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/server/models/account/user.ts b/server/models/account/user.ts index 1bff955df..260c1b28e 100644 --- a/server/models/account/user.ts +++ b/server/models/account/user.ts | |||
@@ -806,7 +806,9 @@ export class UserModel extends Model<UserModel> { | |||
806 | 806 | ||
807 | videoChannels: [], | 807 | videoChannels: [], |
808 | 808 | ||
809 | createdAt: this.createdAt | 809 | createdAt: this.createdAt, |
810 | |||
811 | pluginAuth: this.pluginAuth | ||
810 | } | 812 | } |
811 | 813 | ||
812 | if (parameters.withAdminFlags) { | 814 | if (parameters.withAdminFlags) { |