1
0

Add missing param in store.get_state_groups invocation

This commit is contained in:
Erik Johnston
2015-08-21 09:15:13 +01:00
parent b578c822e3
commit 3e9ee62db0
+1 -1
View File
@@ -874,7 +874,7 @@ class FederationHandler(BaseHandler):
raise AuthError(403, "Host not in room.")
state_groups = yield self.store.get_state_groups(
[event_id]
room_id, [event_id]
)
if state_groups: