1
0
mirror of https://github.com/profanity-im/profanity.git synced 2024-11-03 19:37:16 -05:00

Remove hints preventing carbons to work properly

This commit is contained in:
Paul Fariello 2019-03-06 07:23:56 +01:40
parent 1309405d28
commit 695694051e

View File

@ -404,9 +404,6 @@ message_send_chat_omemo(const char *const jid, uint32_t sid, GList *keys,
stanza_attach_state(ctx, message, state);
}
stanza_attach_hints_no_copy(ctx, message);
stanza_attach_hints_no_store(ctx, message);
if (request_receipt) {
stanza_attach_receipt_request(ctx, message);
}