wip
This commit is contained in:
parent
225805da8a
commit
f74f4ffc6a
|
@ -58,7 +58,7 @@ export default class Connection {
|
||||||
this.updateFollowingChannels();
|
this.updateFollowingChannels();
|
||||||
this.updateUserProfile();
|
this.updateUserProfile();
|
||||||
|
|
||||||
this.subscriber.on(`user:${this.user.id}`, (ev) => {
|
this.subscriber.on(`user:${this.user.id}`, ev => {
|
||||||
this.onUserEvent(ev);
|
this.onUserEvent(ev);
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue