Fix typing indicators for 1:1 conversations

This commit is contained in:
trevor-signal
2025-10-30 16:18:45 -04:00
committed by GitHub
parent ba61f87696
commit 52a32f1dca
4 changed files with 5 additions and 5 deletions

View File

@@ -327,7 +327,7 @@ export async function handleDataMessage(
return;
}
const areWeMember = conversation.areWeAMember();
const areWeMember = conversation.areWeAGroupMember();
// Drop an incoming GroupV2 message if we or the sender are not part of the group
// after applying the message's associated group changes.