mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-02 10:46:06 -04:00
Ensure new filter is actually created
This commit is contained in:
parent
c9bfb058d8
commit
c433f61091
2 changed files with 1 additions and 2 deletions
|
@ -448,7 +448,6 @@ class StateGroupWorkerStore(EventsWorkerStore, SQLBaseStore):
|
|||
Returns:
|
||||
Deferred[str]: predecessor room id
|
||||
"""
|
||||
|
||||
state_ids = yield self.get_current_state_ids(room_id)
|
||||
create_id = state_ids.get((EventTypes.Create, ""))
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue