return an error when attempting to delete a nonexistent local alias

The spec doesn't spell out explicitly that the server should check this,
but it does list M_NOT_FOUND "room alias ... not found" as an example
error response.
This commit is contained in:
Olivia Lee 2025-05-18 13:30:42 -07:00
parent a34bca3986
commit 5f9e85cb49
No known key found for this signature in database
GPG key ID: 54D568A15B9CD1F9
2 changed files with 9 additions and 0 deletions

View file

@ -153,6 +153,8 @@ This will be the first release of Grapevine since it was forked from Conduit
14. Use trust-dns for all DNS queries, instead of only for SRV records and SRV
record targets in server discovery.
([!156](https://gitlab.computer.surgery/matrix/grapevine/-/merge_requests/156))
15. Return an error on when attempting to delete a nonexistent local alias.
([!186](https://gitlab.computer.surgery/matrix/grapevine/-/merge_requests/186))
### Fixed