about summary refs log tree commit diff stats
path: root/src/ui/mucwin.c
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2015-11-28 00:15:53 +0000
committerJames Booth <boothj5@gmail.com>2015-11-28 00:15:53 +0000
commit60305de0d979bc09669ab1215d3642e2daa5f045 (patch)
tree8c5b23d0fde1c44f58540b1850ce65b31625906b /src/ui/mucwin.c
parentff2b19e3f917e343ec4c8f8cd9f0cef3dc9ed94f (diff)
downloadprofani-tty-60305de0d979bc09669ab1215d3642e2daa5f045.tar.gz
Added room specific notify settings
Diffstat (limited to 'src/ui/mucwin.c')
-rw-r--r--src/ui/mucwin.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/mucwin.c b/src/ui/mucwin.c
index 82b74e1b..097e9589 100644
--- a/src/ui/mucwin.c
+++ b/src/ui/mucwin.c
@@ -375,7 +375,7 @@ mucwin_message(ProfMucWin *mucwin, const char *const nick, const char *const mes
     }
 
     gboolean is_current = wins_is_current(window);
-    gboolean notify = prefs_get_notify_room(is_current, my_nick, message);
+    gboolean notify = prefs_do_room_notify(is_current, mucwin->roomjid, my_nick, message);
 
     // currently in groupchat window
     if (wins_is_current(window)) {