mirror of
https://git.anonymousland.org/anonymousland/synapse-product.git
synced 2025-08-03 19:34:13 -04:00
Change EventContext to use the Storage class (#6564)
This commit is contained in:
parent
0b5dbadd96
commit
fa780e9721
15 changed files with 64 additions and 53 deletions
|
@ -53,7 +53,7 @@ class ThirdPartyEventRules(object):
|
|||
if self.third_party_rules is None:
|
||||
return True
|
||||
|
||||
prev_state_ids = yield context.get_prev_state_ids(self.store)
|
||||
prev_state_ids = yield context.get_prev_state_ids()
|
||||
|
||||
# Retrieve the state events from the database.
|
||||
state_events = {}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue