mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-07-30 04:04:38 +02:00
wip
This commit is contained in:
@@ -58,7 +58,7 @@ export default class Connection {
|
||||
this.updateFollowingChannels();
|
||||
this.updateUserProfile();
|
||||
|
||||
this.subscriber.on(`user:${this.user.id}`, (ev) => {
|
||||
this.subscriber.on(`user:${this.user.id}`, ev => {
|
||||
this.onUserEvent(ev);
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user