feat(messages): add text channel filtering for message browser

This commit is contained in:
MythEclipse
2026-06-03 20:31:23 +07:00
parent a39c7a91c2
commit 79c2e31b17
3 changed files with 65 additions and 7 deletions
@@ -113,6 +113,7 @@ export function useMessages() {
);
const { count } = await reanalyzeErrorBatch({
guildId: currentGuild.current ?? undefined,
channelId: currentChannel.current,
});
return count;
}, []);