diff --git a/src/server/api/stream/index.ts b/src/server/api/stream/index.ts
index 4a87f61e7f..a94923484d 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);