Show message received text for receipts

This commit is contained in:
James Booth
2015-03-11 23:47:11 +00:00
parent 78becceedb
commit 57c7564445
11 changed files with 54 additions and 34 deletions

View File

@@ -310,7 +310,7 @@ handle_incoming_private_message(char *fulljid, char *message)
void
handle_carbon(char *barejid, char *message){
ui_outgoing_chat_msg("me", barejid, message);
ui_outgoing_chat_msg("me", barejid, message, NULL);
}
void