Philipp Hörist pushed to branch master at gajim / gajim
Commits:
b913d274 by Philipp Hörist at 2018-07-28T11:23:49Z
Improve speed of loading roster
- - - - -
1 changed file:
- gajim/roster_window.py
Changes:
=====================================
gajim/roster_window.py
=====================================
--- a/gajim/roster_window.py
+++ b/gajim/roster_window.py
@@ -2603,7 +2603,7 @@ class RosterWindow:
def _nec_roster_received(self, obj):
if obj.received_from_server:
self.fill_contacts_and_groups_dicts(obj.roster, obj.conn.name)
- self.add_account_contacts(obj.conn.name, improve_speed=False)
+ self.add_account_contacts(obj.conn.name)
self.fire_up_unread_messages_events(obj.conn.name)
else:
# add self contact
View it on GitLab:
https://dev.gajim.org/gajim/gajim/commit/b913d2745b454010a38fb9913d09835eb8aaafb7
--
View it on GitLab:
https://dev.gajim.org/gajim/gajim/commit/b913d2745b454010a38fb9913d09835eb8aaafb7
You're receiving this email because of your account on dev.gajim.org.
_______________________________________________
Commits mailing list
[email protected]
https://lists.gajim.org/cgi-bin/listinfo/commits