mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-08-09 20:12:13 -04:00
Merge branch 'develop' of github.com:matrix-org/synapse into erikj/alias_disallow_list
This commit is contained in:
commit
b94a43d5b5
91 changed files with 2361 additions and 945 deletions
|
@ -788,7 +788,7 @@ class FederationHandlerRegistry(object):
|
|||
yield handler(origin, content)
|
||||
except SynapseError as e:
|
||||
logger.info("Failed to handle edu %r: %r", edu_type, e)
|
||||
except Exception as e:
|
||||
except Exception:
|
||||
logger.exception("Failed to handle edu %r", edu_type)
|
||||
|
||||
def on_query(self, query_type, args):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue