mirror of
https://github.com/profanity-im/profanity.git
synced 2024-11-03 19:37:16 -05:00
Don't explicitely disable carbons for OMEMO messages
This commit is contained in:
parent
9b8c1d7d2c
commit
bcd582be42
@ -404,7 +404,6 @@ message_send_chat_omemo(const char *const jid, uint32_t sid, GList *keys,
|
|||||||
stanza_attach_state(ctx, message, state);
|
stanza_attach_state(ctx, message, state);
|
||||||
}
|
}
|
||||||
|
|
||||||
stanza_attach_carbons_private(ctx, message);
|
|
||||||
stanza_attach_hints_no_copy(ctx, message);
|
stanza_attach_hints_no_copy(ctx, message);
|
||||||
stanza_attach_hints_no_store(ctx, message);
|
stanza_attach_hints_no_store(ctx, message);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user