Don't switch window on sent carbon

This commit is contained in:
James Booth
2015-03-14 22:59:49 +00:00
parent ede3368f7a
commit 385336c10b
4 changed files with 47 additions and 1 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_carbon("me", barejid, message);
}
void