mirror of
https://github.com/matrix-construct/construct
synced 2024-11-25 00:02:34 +01:00
modules/client/user/filter: Set the HTTP response status code according to Matrix spec
This commit is contained in:
parent
4ebc9fefaf
commit
5a06c0066e
1 changed files with 1 additions and 1 deletions
|
@ -122,7 +122,7 @@ post__filter(client &client,
|
|||
|
||||
return m::resource::response
|
||||
{
|
||||
client, http::CREATED,
|
||||
client, http::OK,
|
||||
{
|
||||
{ "filter_id", filter_id }
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue