1
0
mirror of https://github.com/profanity-im/profanity.git synced 2024-09-22 19:45:54 -04:00
profanity/src/event
Maximilian Wuttke 025c2fb1e0 Msg sending: don't write to chatwin nor to log if sending failed
Currently, only `chat_log_omemo_msg_out` can fail (i.e. return `NULL`
instead of a stanza id). In this case, the message is neither printed to
the chat window nor added to the log (since it wasn't sent).
2021-04-08 00:30:03 +02:00
..
client_events.c Msg sending: don't write to chatwin nor to log if sending failed 2021-04-08 00:30:03 +02:00
client_events.h Apply coding style 2020-07-07 14:18:57 +02:00
common.c Add config.h in files were it was missing 2021-03-26 19:54:22 +01:00
common.h Update copyright 2021-01-08 16:36:30 +01:00
server_events.c event: make log_database_get_previous_chat safer 2021-03-25 16:47:35 +01:00
server_events.h Apply coding style 2020-07-07 14:18:57 +02:00