Add "enable RSS" user privacy toggle
This commit is contained in:
@@ -135,6 +135,7 @@ export class SignupService {
|
||||
isRoot: isTheFirstUser,
|
||||
approved: isTheFirstUser || (opts.approved ?? !this.meta.approvalRequiredForSignup),
|
||||
signupReason: reason,
|
||||
enableRss: false,
|
||||
}));
|
||||
|
||||
await transactionalEntityManager.save(new MiUserKeypair({
|
||||
|
||||
Reference in New Issue
Block a user