summary refs log tree commit diff
path: root/changelog.d/8975.bugfix
diff options
context:
space:
mode:
authorAndrew Morgan <andrew@amorgan.xyz>2021-04-21 15:35:15 +0100
committerAndrew Morgan <andrew@amorgan.xyz>2021-04-21 15:35:15 +0100
commit744f4563245deddc9fb02b211fe4ab1500a3ca4c (patch)
treed82c866b72e5305496575beaba2bd3b782e9b328 /changelog.d/8975.bugfix
parentMerge commit '4218473f9' into anoa/dinsic_release_1_31_0 (diff)
parentAdd type hints to admin and room list handlers. (#8973) (diff)
downloadsynapse-744f4563245deddc9fb02b211fe4ab1500a3ca4c.tar.xz
Merge commit '9999eb2d0' into anoa/dinsic_release_1_31_0
Diffstat (limited to '')
-rw-r--r--changelog.d/8975.bugfix1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/8975.bugfix b/changelog.d/8975.bugfix
new file mode 100644

index 0000000000..75049b8e18 --- /dev/null +++ b/changelog.d/8975.bugfix
@@ -0,0 +1 @@ +Add validation to the `sendToDevice` API to raise a missing parameters error instead of a 500 error.