mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-23 12:36:21 +00:00
Removed from argument from outgoing message functions
This commit is contained in:
@@ -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, NULL);
|
||||
ui_outgoing_chat_msg(barejid, message, NULL);
|
||||
}
|
||||
|
||||
void
|
||||
|
||||
Reference in New Issue
Block a user