modules/client/user/filter: Set the HTTP response status code according to Matrix spec

This commit is contained in:
Giovanni Bottaro 2023-04-24 19:35:05 +02:00 committed by Jason Volk
parent 4ebc9fefaf
commit 5a06c0066e
1 changed files with 1 additions and 1 deletions

View File

@ -122,7 +122,7 @@ post__filter(client &client,
return m::resource::response
{
client, http::CREATED,
client, http::OK,
{
{ "filter_id", filter_id }
}