mirror of
https://github.com/element-hq/synapse.git
synced 2026-08-29 03:28:34 +00:00
Typo
This commit is contained in:
@@ -85,7 +85,7 @@ class StreamIdGenerator(object):
|
||||
# ... persist event ...
|
||||
"""
|
||||
if not self._current_max:
|
||||
self._compute_current_max(txn)
|
||||
self._get_or_compute_current_max(txn)
|
||||
|
||||
with self._lock:
|
||||
self._current_max += 1
|
||||
|
||||
Reference in New Issue
Block a user