1
0
mirror of https://github.com/profanity-im/profanity.git synced 2024-11-03 19:37:16 -05:00
Fix OTR: carbon in stanza breaks OTR and prevents it from starting and working properly.
This commit is contained in:
John Hernandez 2023-03-31 10:41:41 +02:00
parent 99c9f150f6
commit 407905cfc5

View File

@ -598,10 +598,6 @@ message_send_chat_otr(const char* const barejid, const char* const msg, gboolean
stanza_attach_state(ctx, message, state);
}
stanza_attach_carbons_private(ctx, message);
stanza_attach_hints_no_copy(ctx, message);
stanza_attach_hints_no_store(ctx, message);
if (request_receipt) {
stanza_attach_receipt_request(ctx, message);
}