Merge pull request #2215 from oxen-io/clearnet

Use envelope.source to check approve status for new group message
pull/3064/head
Audric Ackermann 4 years ago committed by GitHub
commit 7856ef3929
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