mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2024-10-01 11:49:51 -04:00
Convert to int
This commit is contained in:
parent
b2d8d07109
commit
f1378aef91
@ -204,6 +204,7 @@ class UserDirectoryStore(SQLBaseStore):
|
||||
)
|
||||
|
||||
def get_current_state_deltas(self, prev_stream_id):
|
||||
prev_stream_id = int(prev_stream_id)
|
||||
if not self._curr_state_delta_stream_cache.has_any_entity_changed(prev_stream_id):
|
||||
return []
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user