mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-02 21:34:51 -04:00
Make _state_groups_id_gen a normal IdGenerator
This commit is contained in:
parent
3e784eff74
commit
5dc2a702cf
3 changed files with 39 additions and 47 deletions
|
@ -526,6 +526,3 @@ class StateStore(SQLBaseStore):
|
|||
return self.runInteraction(
|
||||
"get_all_new_state_groups", get_all_new_state_groups_txn
|
||||
)
|
||||
|
||||
def get_state_stream_token(self):
|
||||
return self._state_groups_id_gen.get_current_token()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue