This repository has been archived by the owner on Apr 26, 2024. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update graph.py to use new federation urls
- Loading branch information
08ed4cc
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This code used to be handled by
synapse/storage/pdu.py#L161-L169
but the endpoint was removed in #12synapse/synapse/storage/pdu.py
Lines 161 to 169 in 08ed4cc
But looks to be replaced by
GET /_matrix/client/r0/rooms/{roomId}/context/{eventId}
which is covered by Synapse insynapse/rest/client/v1/room.py#L627