1
0
mirror of https://github.com/profanity-im/profanity.git synced 2024-12-04 14:46:46 -05:00
profanity/src
MarcoPolo-PasTonMolo 91e8a89b59 Fix duplicate messages in chat with oneself.
Messages would get duplicated when you chat with yourself, worse if you
had omemo enabled the duplicated message would say something along the
lines of "Your client doesn't support OMEMO". The cause was carbons
when the message was sent from another client, whilst it was a sent
and received message when profanity was the one to send it. This commit
ignores the carbon message in the 1st case and ignores the received one
in the 2nd.

Fixes https://github.com/profanity-im/profanity/issues/1595
2022-05-31 15:55:02 +03:00
..
command Fix description of mood 2022-05-27 09:36:41 +02:00
config Update copyright year 2022-05-09 15:43:33 +02:00
event Update copyright year 2022-05-09 15:43:33 +02:00
omemo Update copyright year 2022-05-09 15:43:33 +02:00
otr add files_file_in_account_data_path() 2022-03-13 14:15:02 +01:00
pgp ox: fix mistakes in p_ox_gpg_decrypt() 2022-05-04 11:35:15 +02:00
plugins Fix python executed during configure 2022-02-18 19:45:31 +01:00
tools Update copyright year 2022-05-09 15:43:33 +02:00
ui Fix duplicate messages in chat with oneself. 2022-05-31 15:55:02 +03:00
xmpp Fix duplicate messages in chat with oneself. 2022-05-31 15:55:02 +03:00
common.c Update copyright year 2022-05-09 15:43:33 +02:00
common.h use g_mkdir_with_parents() instead of home-baked solution 2022-03-14 13:17:46 +01:00
database.c Update copyright year 2022-05-09 15:43:33 +02:00
database.h Update copyright year 2022-05-09 15:43:33 +02:00
log.c Update copyright year 2022-05-09 15:43:33 +02:00
log.h Remove log_reinit() 2020-12-11 11:18:24 +01:00
main.c Update copyright year 2022-05-09 15:43:33 +02:00
profanity.c Update copyright year 2022-05-09 15:43:33 +02:00
profanity.h Update copyright year 2022-05-09 15:43:33 +02:00