correctly invite contacts when converting chat to groupchat. Fixes #8028

This commit is contained in:
Yann Leboulanger 2015-05-12 09:41:58 +02:00
parent 0fc96927b6
commit 55d3bfdfcd
1 changed files with 1 additions and 1 deletions

View File

@ -1620,7 +1620,7 @@ class GroupchatControl(ChatControlBase):
# sent by all servers.
gajim.connections[self.account].request_gc_config(
self.room_jid)
elif 'continue_tag' not in gajim.automatic_rooms[
elif 'continue_tag' in gajim.automatic_rooms[
self.account][self.room_jid]:
# We just need to invite contacts
for jid in gajim.automatic_rooms[self.account][