synapse/changelog.d/17240.bugfix
Erik Johnston d7198dfb95
Ignore attempts to send to-device messages to bad users (#17240)
Currently sending a to-device message to a user ID with a dodgy
destination is accepted, but then ends up spamming the logs when we try
and send to the destination.

An alternative would be to reject the request, but I'm slightly nervous
that could break things.
2024-05-29 11:52:48 +01:00

2 lines
117 B
Plaintext

Ignore attempts to send to-device messages to bad users, to avoid log spam when we try to connect to the bad server.