Merge pull request #2214 from Bilb/fix-closed-group-drop-new

use source instead of senderIdentity to check for approved new group
pull/2215/head
Audric Ackermann 3 years ago committed by GitHub
commit 9554ab026d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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