diff options
author | Erik Johnston <erikj@element.io> | 2024-05-31 11:27:56 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-05-31 11:27:56 +0100 |
commit | 64f5a4a3534672778cc995cee8b4805db26a9e0c (patch) | |
tree | 60b409f66650f93ac7bdbb056cf8506af447dbfb /changelog.d | |
parent | Fix sentry default tags (#17251) (diff) | |
download | synapse-64f5a4a3534672778cc995cee8b4805db26a9e0c.tar.xz |
Fix logging errors when receiving invalid User ID for key querys (#17250)
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/17250.misc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/17250.misc b/changelog.d/17250.misc new file mode 100644 index 0000000000..49834e83ba --- /dev/null +++ b/changelog.d/17250.misc @@ -0,0 +1 @@ +Stop logging errors when receiving invalid User IDs in key querys requests. |