0
0
Fork 1
mirror of https://mau.dev/maunium/synapse.git synced 2024-12-16 09:03:51 +01:00

Remove unecessary setting of outlier bit

This commit is contained in:
Erik Johnston 2019-01-24 18:04:02 +00:00
parent b8082a5445
commit 9139b87be4

View file

@ -1079,8 +1079,6 @@ class FederationHandler(BaseHandler):
handled_events = set()
try:
event.internal_metadata.outlier = False
# Try the host we successfully got a response to /make_join/
# request first.
try: