mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-03 00:54:47 -04:00
Send device messages over federation
This commit is contained in:
parent
e020834e4f
commit
d4a35ada28
7 changed files with 178 additions and 47 deletions
|
@ -188,7 +188,7 @@ class FederationServer(FederationBase):
|
|||
except SynapseError as e:
|
||||
logger.info("Failed to handle edu %r: %r", edu_type, e)
|
||||
except Exception as e:
|
||||
logger.exception("Failed to handle edu %r", edu_type, e)
|
||||
logger.exception("Failed to handle edu %r", edu_type)
|
||||
else:
|
||||
logger.warn("Received EDU of type %s with no handler", edu_type)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue