mirror of
https://github.com/element-hq/synapse.git
synced 2024-11-28 23:20:09 +03:00
Comment
This commit is contained in:
parent
7132e5cdff
commit
1664948e41
1 changed files with 2 additions and 0 deletions
|
@ -1102,6 +1102,8 @@ class FederationHandler(BaseHandler):
|
|||
user_id,
|
||||
"leave"
|
||||
)
|
||||
# Mark as outlier as we don't have any state for this event; we're not
|
||||
# even in the room.
|
||||
event.internal_metadata.outlier = True
|
||||
event = self._sign_event(event)
|
||||
|
||||
|
|
Loading…
Reference in a new issue