mirror of
https://github.com/profanity-im/profanity.git
synced 2024-12-04 14:46:46 -05:00
Merge branch 'master' into osx-functional
This commit is contained in:
commit
12ec33194f
@ -266,6 +266,8 @@ sv_ev_room_message(const char *const room_jid, const char *const nick, const cha
|
|||||||
|
|
||||||
mucwin_message(mucwin, nick, new_message, mentions, triggers);
|
mucwin_message(mucwin, nick, new_message, mentions, triggers);
|
||||||
|
|
||||||
|
g_slist_free(mentions);
|
||||||
|
|
||||||
ProfWin *window = (ProfWin*)mucwin;
|
ProfWin *window = (ProfWin*)mucwin;
|
||||||
int num = wins_get_num(window);
|
int num = wins_get_num(window);
|
||||||
gboolean is_current = FALSE;
|
gboolean is_current = FALSE;
|
||||||
|
Loading…
Reference in New Issue
Block a user