summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--client/src/leap/soledad/client/api.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/client/src/leap/soledad/client/api.py b/client/src/leap/soledad/client/api.py
index cff797bf..c8c3ce30 100644
--- a/client/src/leap/soledad/client/api.py
+++ b/client/src/leap/soledad/client/api.py
@@ -642,6 +642,9 @@ class Soledad(object):
:rtype: twisted.internet.defer.Deferred
"""
# maybe bypass sync
+ # TODO: That's because bitmask may not provide us a token, but
+ # this should be handled on the caller side. Here, calling us without
+ # a token is a real error.
if not self.token:
generation = self._dbsyncer.get_generation()
return defer.succeed(generation)