feat(core): integrate realtime features (#15003)

This commit is contained in:
DarkSky
2026-05-20 05:48:03 +08:00
committed by GitHub
parent 3e42bbf4fa
commit 9f33d37add
108 changed files with 3069 additions and 2729 deletions
+1 -1
View File
@@ -221,7 +221,7 @@ export class UserModel extends BaseModel {
});
this.logger.debug(`User [${user.id}] updated`);
this.event.emit('user.updated', user);
this.event.emitDetached('user.updated', user);
return user;
}