Skip to content
Snippets Groups Projects
Commit 1a7fbe72 authored by jimpp's avatar jimpp
Browse files

make muc-actions -> "bookmark this room" work with print_status

parent 6a05b5d5
No related branches found
No related tags found
No related merge requests found
......@@ -1307,7 +1307,8 @@ class GroupchatControl(ChatControlBase):
'jid': self.room_jid,
'autojoin': '0',
'password': '',
'nick': self.nick
'nick': self.nick,
'print_status' : gajim.config.get('print_status_in_muc')
}
for bookmark in gajim.connections[self.account].bookmarks:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment