mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-08 20:44:57 -04:00
s/get_forward_events/get_successor_events/
This commit is contained in:
parent
fbc047f2a5
commit
8b63fe4c26
2 changed files with 3 additions and 3 deletions
|
@ -881,7 +881,7 @@ class FederationHandler(BaseHandler):
|
|||
# join of the server where we are allowed to see the join event but
|
||||
# not anything before it.
|
||||
|
||||
forward_events = yield self.store.get_forward_events(
|
||||
forward_events = yield self.store.get_successor_events(
|
||||
list(extremities),
|
||||
)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue