dendrite/clientapi/routing
Till 518697fd87
Return correct error message when sending server notices (#3594)
Fixes #3502

### Pull Request Checklist

<!-- Please read
https://matrix-org.github.io/dendrite/development/contributing before
submitting your pull request -->

* [x] I have added Go unit tests or [Complement integration
tests](https://github.com/matrix-org/complement) for this PR _or_ I have
justified why this PR doesn't need tests
* [x] Pull request includes a [sign off
below](https://element-hq.github.io/dendrite/development/contributing#sign-off)
_or_ I have already signed off privately

Signed-off-by: Till Faelligen <2353100+S7evinK@users.noreply.github.com>
2025-06-05 21:07:37 +02:00
..
account_data.go Update the license headers to mention the commercial license 2024-10-18 16:14:08 +02:00
admin.go Fix linting 2024-11-14 16:40:08 +01:00
admin_whois.go Update the license headers to mention the commercial license 2024-10-18 16:14:08 +02:00
aliases.go Update the license headers to mention the commercial license 2024-10-18 16:14:08 +02:00
auth_fallback.go Update the license headers to mention the commercial license 2024-10-18 16:14:08 +02:00
auth_fallback_test.go Rename the go package 2024-10-17 17:33:45 +02:00
capabilities.go Update the license headers to mention the commercial license 2024-10-18 16:14:08 +02:00
createroom.go Update the license headers to mention the commercial license 2024-10-18 16:14:08 +02:00
deactivate.go Rename the go package 2024-10-17 17:33:45 +02:00
device.go Update the license headers to mention the commercial license 2024-10-18 16:14:08 +02:00
directory.go Update the license headers to mention the commercial license 2024-10-18 16:14:08 +02:00
directory_public.go Update the license headers to mention the commercial license 2024-10-18 16:14:08 +02:00
directory_public_test.go refactor: use latest GMSL which splits fed client from matrix room logic (#3051) 2023-04-06 09:55:01 +01:00
joined_rooms.go Update the license headers to mention the commercial license 2024-10-18 16:14:08 +02:00
joinroom.go Add via parameter on join room requests as per MSC4156 (#3441) 2024-12-09 20:31:20 +01:00
joinroom_test.go Rename the go package 2024-10-17 17:33:45 +02:00
key_backup.go Update the license headers to mention the commercial license 2024-10-18 16:14:08 +02:00
key_crosssigning.go MSC3967: Do not require UIA when first uploading cross signing keys (#3471) 2025-01-16 22:43:50 +01:00
key_crosssigning_test.go MSC3967: Do not require UIA when first uploading cross signing keys (#3471) 2025-01-16 22:43:50 +01:00
keys.go Update the license headers to mention the commercial license 2024-10-18 16:14:08 +02:00
leaveroom.go Update the license headers to mention the commercial license 2024-10-18 16:14:08 +02:00
login.go Update the license headers to mention the commercial license 2024-10-18 16:14:08 +02:00
login_test.go Rename the go package 2024-10-17 17:33:45 +02:00
logout.go Update the license headers to mention the commercial license 2024-10-18 16:14:08 +02:00
membership.go Fix linting 2024-11-14 16:40:08 +01:00
memberships.go Update the license headers to mention the commercial license 2024-10-18 16:14:08 +02:00
notification.go Update the license headers to mention the commercial license 2024-10-18 16:14:08 +02:00
openid.go Update the license headers to mention the commercial license 2024-10-18 16:14:08 +02:00
password.go Rename the go package 2024-10-17 17:33:45 +02:00
peekroom.go Update the license headers to mention the commercial license 2024-10-18 16:14:08 +02:00
presence.go Update the license headers to mention the commercial license 2024-10-18 16:14:08 +02:00
profile.go Update the license headers to mention the commercial license 2024-10-18 16:14:08 +02:00
pusher.go Update the license headers to mention the commercial license 2024-10-18 16:14:08 +02:00
pushrules.go Rename the go package 2024-10-17 17:33:45 +02:00
receipt.go Update the license headers to mention the commercial license 2024-10-18 16:14:08 +02:00
redaction.go Update the license headers to mention the commercial license 2024-10-18 16:14:08 +02:00
register.go Update the license headers to mention the commercial license 2024-10-18 16:14:08 +02:00
register_secret.go Rename the go package 2024-10-17 17:33:45 +02:00
register_secret_test.go Handle DisplayName field in admin user registration endpoint (#2935) 2023-01-10 18:09:25 +00:00
register_test.go Update the license headers to mention the commercial license 2024-10-18 16:14:08 +02:00
report_event.go Update the license headers to mention the commercial license 2024-10-18 16:14:08 +02:00
room_hierarchy.go Fix linting 2024-11-14 16:40:08 +01:00
room_tagging.go Update the license headers to mention the commercial license 2024-10-18 16:14:08 +02:00
routing.go MSC3967: Do not require UIA when first uploading cross signing keys (#3471) 2025-01-16 22:43:50 +01:00
sendevent.go Update dependencies (#3449) 2024-12-15 11:27:27 +01:00
sendevent_test.go Rename the go package 2024-10-17 17:33:45 +02:00
sendtodevice.go Update the license headers to mention the commercial license 2024-10-18 16:14:08 +02:00
sendtyping.go Update the license headers to mention the commercial license 2024-10-18 16:14:08 +02:00
server_notices.go Return correct error message when sending server notices (#3594) 2025-06-05 21:07:37 +02:00
server_notices_test.go Implement server notices (#2180) 2022-02-18 16:05:03 +01:00
state.go Update the license headers to mention the commercial license 2024-10-18 16:14:08 +02:00
state_test.go Rename the go package 2024-10-17 17:33:45 +02:00
thirdparty.go Update the license headers to mention the commercial license 2024-10-18 16:14:08 +02:00
threepid.go Update the license headers to mention the commercial license 2024-10-18 16:14:08 +02:00
upgrade_room.go Update the license headers to mention the commercial license 2024-10-18 16:14:08 +02:00
userdirectory.go Update the license headers to mention the commercial license 2024-10-18 16:14:08 +02:00
voip.go Update the license headers to mention the commercial license 2024-10-18 16:14:08 +02:00
whoami.go Update the license headers to mention the commercial license 2024-10-18 16:14:08 +02:00