This commit is contained in:
syuilo 2021-03-21 14:33:18 +09:00
parent 0ae1185fb1
commit df46cbe878

View file

@ -52,6 +52,7 @@ export default class Connection {
this.onBroadcastMessage(type, body);
});
// TODO: reidsでイベントをもらうようにし、ポーリングはしないようにする
if (this.user) {
this.updateFollowing();
this.followingClock = setInterval(this.updateFollowing, 5000);