correctly invite contacts when converting chat to groupchat. Fixes #8028
This commit is contained in:
parent
0fc96927b6
commit
55d3bfdfcd
|
@ -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][
|
||||
|
|
Loading…
Reference in New Issue