use source instead of senderIdentity to check for approved new group

pull/2214/head
Audric Ackermann 3 years ago
parent d2fc384d16
commit 2f02d3e21c
No known key found for this signature in database
GPG Key ID: 999F434D76324AD4

@ -113,7 +113,7 @@ export async function handleClosedGroupControlMessage(
if (type === Type.NEW) {
if (
!getConversationController()
.get(envelope.senderIdentity)
.get(envelope.senderIdentity || envelope.source)
?.isApproved()
) {
window?.log?.info(

Loading…
Cancel
Save