about summary refs log tree commit diff stats
path: root/src/ui/chatwin.c
diff options
context:
space:
mode:
authorMichael Vetter <jubalh@iodoru.org>2020-02-13 12:54:31 +0100
committerMichael Vetter <jubalh@iodoru.org>2020-02-14 10:17:07 +0100
commite27c414f1f22f8905ff2586a39ba91ff2ea23cb8 (patch)
tree584d065f33cbf0f8df8b3c9516024f94bbe63cb6 /src/ui/chatwin.c
parent9b3593bdf9e00bb042de80f250899d201eccb091 (diff)
downloadprofani-tty-e27c414f1f22f8905ff2586a39ba91ff2ea23cb8.tar.gz
xep-0308: enable for carbon copied messages
If we are connected with another client and send a message, then correct
it. We now display it correctly in Profanity.

Id wasn't saved for carbon copied messages too so far.
Diffstat (limited to 'src/ui/chatwin.c')
-rw-r--r--src/ui/chatwin.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/ui/chatwin.c b/src/ui/chatwin.c
index 859921b9..4b0fd889 100644
--- a/src/ui/chatwin.c
+++ b/src/ui/chatwin.c
@@ -351,7 +351,6 @@ chatwin_outgoing_carbon(ProfChatWin *chatwin, ProfMessage *message)
 
     ProfWin *window = (ProfWin*)chatwin;
 
-    // TODO id set?
     win_print_outgoing(window, enc_char, message->id, message->replace_id, "%s", message->plain);
     int num = wins_get_num(window);
     status_bar_active(num, WIN_CHAT, chatwin->barejid);