summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/leap/soledad/openstack.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/leap/soledad/openstack.py b/src/leap/soledad/openstack.py
index a7220fa8..31f59e10 100644
--- a/src/leap/soledad/openstack.py
+++ b/src/leap/soledad/openstack.py
@@ -30,6 +30,7 @@ class OpenStackDatabase(CommonBackend):
raise NotImplementedError(self.set_document_size_limit)
def whats_changed(self, old_generation=0):
+ self._get_u1db_data()
# This method is implemented in TransactionLog because testing is
# easier like this for now, but it can be moved to here afterwards.
return self._transaction_log.whats_changed(old_generation)