mirror of
https://github.com/element-hq/synapse.git
synced 2024-11-28 15:08:49 +03:00
Mark remote invite rejections as outliers
This commit is contained in:
parent
98bdb4468b
commit
7132e5cdff
1 changed files with 1 additions and 0 deletions
|
@ -1102,6 +1102,7 @@ class FederationHandler(BaseHandler):
|
|||
user_id,
|
||||
"leave"
|
||||
)
|
||||
event.internal_metadata.outlier = True
|
||||
event = self._sign_event(event)
|
||||
|
||||
# Try the host that we succesfully called /make_leave/ on first for
|
||||
|
|
Loading…
Reference in a new issue