summary refs log tree commit diff
path: root/synapse/storage/util/sequence.py
diff options
context:
space:
mode:
authorDavid Robertson <davidr@element.io>2023-03-07 12:17:08 +0000
committerDavid Robertson <davidr@element.io>2023-03-07 12:17:08 +0000
commita95e906227aeb62224790bb7796313ebcd6db446 (patch)
tree916661272a63b1e86d05ab1a24a2b0a5ce223e25 /synapse/storage/util/sequence.py
parentMerge remote-tracking branch 'origin/release-v1.78' into matrix-org-hotfixes (diff)
parent1.79.0rc1 (diff)
downloadsynapse-a95e906227aeb62224790bb7796313ebcd6db446.tar.xz
Merge remote-tracking branch 'origin/release-v1.79' into matrix-org-hotfixes
Diffstat (limited to 'synapse/storage/util/sequence.py')
-rw-r--r--synapse/storage/util/sequence.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/synapse/storage/util/sequence.py b/synapse/storage/util/sequence.py

index 75268cbe15..80915216de 100644 --- a/synapse/storage/util/sequence.py +++ b/synapse/storage/util/sequence.py
@@ -205,7 +205,7 @@ class LocalSequenceGenerator(SequenceGenerator): """ Args: get_first_callback: a callback which is called on the first call to - get_next_id_txn; should return the curreent maximum id + get_next_id_txn; should return the current maximum id """ # the callback. this is cleared after it is called, so that it can be GCed. self._callback: Optional[GetFirstCallbackType] = get_first_callback