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

@@ -201,6 +201,8 @@ void ui_recipient_gone(const char * const barejid, const char * const resource)
void ui_outgoing_chat_msg(const char * const from, const char * const barejid,
const char * const message) {}
void ui_outgoing_chat_msg_carbon(const char * const from, const char * const barejid,
const char * const message) {}
void ui_outgoing_private_msg(const char * const from, const char * const fulljid,
const char * const message) {}