parent
9b07cf8d41
commit
a30a61e5ff
1 changed files with 2 additions and 0 deletions
|
@ -2460,6 +2460,8 @@ class JoinGroupchatWindow(Gtk.ApplicationWindow):
|
||||||
return
|
return
|
||||||
self.room_jid = '%s@%s' % (room, server)
|
self.room_jid = '%s@%s' % (room, server)
|
||||||
|
|
||||||
|
self.room_jid = self.room_jid.lower()
|
||||||
|
|
||||||
if app.in_groupchat(account, self.room_jid):
|
if app.in_groupchat(account, self.room_jid):
|
||||||
# If we already in the groupchat, join_gc_room will bring
|
# If we already in the groupchat, join_gc_room will bring
|
||||||
# it to front
|
# it to front
|
||||||
|
|
Loading…
Add table
Reference in a new issue