changeset 291:04e4cd7c9351

core: refill contact lists on resync
author Goffi <goffi@goffi.org>
date Sun, 07 Apr 2019 21:09:27 +0200
parents a7b80552ca8d
children 55e194055aa5
files cagou/core/cagou_main.py
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/cagou/core/cagou_main.py	Sun Apr 07 21:09:27 2019 +0200
+++ b/cagou/core/cagou_main.py	Sun Apr 07 21:09:27 2019 +0200
@@ -467,6 +467,7 @@
                     pass
                 else:
                     resync()
+            self.contact_lists.fill()
 
     def onBridgeConnected(self):
         super(Cagou, self).onBridgeConnected()