Fixed non OTR compilation
This commit is contained in:
@@ -3006,7 +3006,7 @@ cmd_tiny(gchar **args, struct cmd_help_t help)
|
||||
ui_outgoing_chat_msg("me", chatwin->barejid, tiny);
|
||||
}
|
||||
#else
|
||||
message_send(tiny, send_recipient->str);
|
||||
message_send_chat(send_recipient->str, tiny);
|
||||
if (prefs_get_boolean(PREF_CHLOG)) {
|
||||
const char *jid = jabber_get_fulljid();
|
||||
Jid *jidp = jid_create(jid);
|
||||
|
||||
Reference in New Issue
Block a user