don't stop autoconnect after first account
This commit is contained in:
parent
a6e06b3bca
commit
61be183c8e
|
@ -2381,7 +2381,6 @@ class Interface:
|
|||
shows[show] = [a]
|
||||
else:
|
||||
shows[show].append(a)
|
||||
break
|
||||
for show in shows:
|
||||
message = self.roster.get_status_message(show)
|
||||
if message == None:
|
||||
|
|
Loading…
Reference in New Issue