mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-04-24 10:28:03 +01:00
Fix typing indicators for 1:1 conversations
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user