Skip to content
Snippets Groups Projects
Unverified Commit a4fe9d2d authored by Travis Ralston's avatar Travis Ralston Committed by GitHub
Browse files

Merge pull request #3609 from matrix-org/travis/doc-typo-2

Fix a minor documentation typo in on_make_leave
parents 3849f7f6 6185650f
No related branches found
No related tags found
No related merge requests found
Fix a documentation typo in on_make_leave_request
......@@ -1279,7 +1279,7 @@ class FederationHandler(BaseHandler):
@log_function
def on_make_leave_request(self, room_id, user_id):
""" We've received a /make_leave/ request, so we create a partial
join event for the room and return that. We do *not* persist or
leave event for the room and return that. We do *not* persist or
process it until the other server has signed it and sent it back.
"""
builder = self.event_builder_factory.new({
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment