mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-05 07:25:05 -04:00
Rename fields to _ids
This commit is contained in:
parent
bcc9cda8ca
commit
edb33eb163
2 changed files with 4 additions and 4 deletions
|
@ -322,8 +322,8 @@ class FederationClient(FederationBase):
|
|||
destination, room_id, event_id=event_id,
|
||||
)
|
||||
|
||||
state_event_ids = result["pdus"]
|
||||
auth_event_ids = result.get("auth_chain", [])
|
||||
state_event_ids = result["pdu_ids"]
|
||||
auth_event_ids = result.get("auth_chain_ids", [])
|
||||
|
||||
fetched_events, failed_to_fetch = yield self.get_events(
|
||||
[destination], room_id, set(state_event_ids + auth_event_ids)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue