mirror of
https://github.com/matrix-org/synapse.git
synced 2025-11-01 16:52:05 +01:00
Mark remote invite rejections as outliers
This commit is contained in:
parent
98bdb4468b
commit
7132e5cdff
@ -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…
x
Reference in New Issue
Block a user