summary refs log tree commit diff
path: root/changelog.d/17240.bugfix (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 1.109.0rc1Andrew Morgan2024-06-041-1/+0
|
* Ignore attempts to send to-device messages to bad users (#17240)Erik Johnston2024-05-291-0/+1
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.