mirror of
https://github.com/sim1222/misskey.git
synced 2025-08-03 23:16:28 +09:00
add note
This commit is contained in:
@ -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);
|
||||
|
Reference in New Issue
Block a user