about summary refs log tree commit diff stats
path: root/src/ui/chatwin.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui/chatwin.c')
-rw-r--r--src/ui/chatwin.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/ui/chatwin.c b/src/ui/chatwin.c
index bb651e5f..859921b9 100644
--- a/src/ui/chatwin.c
+++ b/src/ui/chatwin.c
@@ -326,8 +326,7 @@ chatwin_outgoing_msg(ProfChatWin *chatwin, const char *const message, char *id,
     }
 
     if (request_receipt && id) {
-        //TODO: replace_id and id
-        win_print_outgoing_with_receipt((ProfWin*)chatwin, enc_char, "me", message, id);
+        win_print_outgoing_with_receipt((ProfWin*)chatwin, enc_char, "me", message, id, replace_id);
     } else {
         win_print_outgoing((ProfWin*)chatwin, enc_char, id, replace_id, "%s", message);
     }