diff --git a/src/server/api/stream/index.ts b/src/server/api/stream/index.ts index 4a87f61e7..a94923484 100644 --- a/src/server/api/stream/index.ts +++ b/src/server/api/stream/index.ts @@ -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);