add note
This commit is contained in:
parent
70b129cc42
commit
b6d0d4eb99
1 changed files with 1 additions and 0 deletions
|
@ -52,6 +52,7 @@ export default class Connection {
|
||||||
this.onBroadcastMessage(type, body);
|
this.onBroadcastMessage(type, body);
|
||||||
});
|
});
|
||||||
|
|
||||||
|
// TODO: reidsでイベントをもらうようにし、ポーリングはしないようにする
|
||||||
if (this.user) {
|
if (this.user) {
|
||||||
this.updateFollowing();
|
this.updateFollowing();
|
||||||
this.followingClock = setInterval(this.updateFollowing, 5000);
|
this.followingClock = setInterval(this.updateFollowing, 5000);
|
||||||
|
|
Loading…
Reference in a new issue