This commit is contained in:
2026-04-16 19:25:53 -04:00
parent e718da0981
commit abdf79fc54
+1 -1
View File
@@ -194,7 +194,7 @@ export class MessagingService {
queries.push(`SELECT * FROM thread WHERE channel_id = ${channelId}`);
queries.push(`SELECT * FROM visible_user_states`);
queries.push(`SELECT * FROM visible_typing_activity`);
// Fast-path recent activity for the ACTIVE channel only
queries.push(`SELECT * FROM visible_recent_activity WHERE channel_id = ${channelId}`);
}