1
0
mirror of https://github.com/profanity-im/profanity.git synced 2024-12-04 14:46:46 -05:00
profanity/src/event
Michael Vetter f71de61b9d Don't override ProfMessage Id with origin-id
Profanity sends the same value for both. Other clients might not.
Safe both since we could need them later.

Once we implement Last Message Correction we will need the regular id.
If we override it with origin-id and another client chooses to not use
the same value for id and origin-id then we can't interpret the id sent
with the LMC request correctly.
2019-10-31 13:45:44 +01:00
..
client_events.c Update chat_log_pgp_msg_out() usage 2019-10-29 15:20:24 +01:00
client_events.h Update copyright to include 2019 2019-01-22 11:31:45 +01:00
common.c Show MUC history on intentional reconnect 2019-07-03 09:19:24 +02:00
common.h Show MUC history on intentional reconnect 2019-07-03 09:19:24 +02:00
server_events.c Don't override ProfMessage Id with origin-id 2019-10-31 13:45:44 +01:00
server_events.h Rename prof_message_t into ProfMessage 2019-06-20 14:30:45 +02:00