mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-02 21:54:53 -04:00
Fix comment
This commit is contained in:
parent
e316bbb4c0
commit
95e4cffd85
2 changed files with 2 additions and 2 deletions
|
@ -31,7 +31,7 @@ from synapse.storage.receipts import ReceiptsWorkerStore
|
|||
class SlavedReceiptsStore(ReceiptsWorkerStore, BaseSlavedStore):
|
||||
|
||||
def __init__(self, db_conn, hs):
|
||||
# We instansiate this first as the ReceiptsWorkerStore constructor
|
||||
# We instantiate this first as the ReceiptsWorkerStore constructor
|
||||
# needs to be able to call get_max_receipt_stream_id
|
||||
self._receipts_id_gen = SlavedIdTracker(
|
||||
db_conn, "receipts_linearized", "stream_id"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue