Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ignore attempts to send to-device messages to bad users #17240

Merged
merged 2 commits into from
May 29, 2024

Commits on May 28, 2024

  1. Ignore attempts to send to-device messages to bad users

    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.
    erikjohnston committed May 28, 2024
    Configuration menu
    Copy the full SHA
    4a6e1e6 View commit details
    Browse the repository at this point in the history
  2. Newsfile

    erikjohnston committed May 28, 2024
    Configuration menu
    Copy the full SHA
    184a54f View commit details
    Browse the repository at this point in the history