1
0

merge: upstream performance changes & instance silencing

This commit is contained in:
Mar0xy
2023-10-16 23:38:21 +02:00
209 changed files with 1064 additions and 1019 deletions
@@ -53,8 +53,7 @@ export class CreateSystemUserService {
if (exist) throw new Error('the user is already exists');
account = await transactionalEntityManager.insert(MiUser, {
id: this.idService.genId(),
createdAt: new Date(),
id: this.idService.gen(),
username: username,
usernameLower: username.toLowerCase(),
host: null,