mirror of
https://git.anonymousland.org/anonymousland/synapse-product.git
synced 2025-01-21 03:11:01 -05:00
Add missing param in store.get_state_groups invocation
This commit is contained in:
parent
b578c822e3
commit
3e9ee62db0
@ -874,7 +874,7 @@ class FederationHandler(BaseHandler):
|
|||||||
raise AuthError(403, "Host not in room.")
|
raise AuthError(403, "Host not in room.")
|
||||||
|
|
||||||
state_groups = yield self.store.get_state_groups(
|
state_groups = yield self.store.get_state_groups(
|
||||||
[event_id]
|
room_id, [event_id]
|
||||||
)
|
)
|
||||||
|
|
||||||
if state_groups:
|
if state_groups:
|
||||||
|
Loading…
Reference in New Issue
Block a user