mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2024-10-01 11:49:51 -04: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…
Reference in New Issue
Block a user