lint
This commit is contained in:
@@ -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}`);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user