s/get_forward_events/get_successor_events/

This commit is contained in:
Erik Johnston 2019-03-04 11:56:03 +00:00
parent fbc047f2a5
commit 8b63fe4c26
2 changed files with 3 additions and 3 deletions

View file

@ -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),
)