mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-08-01 03:16:10 -04:00
Merge branch 'develop' of github.com:matrix-org/synapse into erikj/split_fed_store
This commit is contained in:
commit
143f1a2532
37 changed files with 787 additions and 108 deletions
|
@ -1233,7 +1233,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({
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue