diff options
author | mathieui <mathieui@mathieui.net> | 2012-08-07 11:05:28 +0200 |
---|---|---|
committer | mathieui <mathieui@mathieui.net> | 2012-08-07 11:05:28 +0200 |
commit | e8dce570eac86cb9b888a61776ca5c858c03a1aa (patch) | |
tree | 97853826c89cbf17d41f0e413bb68b216654886d /src/tabs.py | |
parent | 7a485ef4d0d74313bff8c9c7b2ee2dcb5c4a75e9 (diff) | |
download | poezio-e8dce570eac86cb9b888a61776ca5c858c03a1aa.tar.gz poezio-e8dce570eac86cb9b888a61776ca5c858c03a1aa.tar.bz2 poezio-e8dce570eac86cb9b888a61776ca5c858c03a1aa.tar.xz poezio-e8dce570eac86cb9b888a61776ca5c858c03a1aa.zip |
Take care of the race condition "node@groupchat_server is now online/offline"
- get rid of the ugly blacklist thing that didn’t work sometimes
Diffstat (limited to 'src/tabs.py')
-rw-r--r-- | src/tabs.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/tabs.py b/src/tabs.py index 9e9e55ba..ecfa3e40 100644 --- a/src/tabs.py +++ b/src/tabs.py @@ -1198,7 +1198,6 @@ class MucTab(ChatTab): self.core.events.trigger('muc_join', presence, self) if from_nick == self.own_nick: self.joined = True - roster.blacklist.add(safeJID(from_room).server) if self.get_name() in self.core.initial_joins: self.core.initial_joins.remove(self.get_name()) self._state = 'normal' |