mirror of
https://github.com/matrix-construct/construct
synced 2024-11-25 08:12:37 +01:00
modules/client/user/rooms: Always return 200 for DELETE tags method.
This commit is contained in:
parent
f5db759fc0
commit
285b69f049
1 changed files with 1 additions and 1 deletions
|
@ -264,7 +264,7 @@ delete__tags(client &client,
|
|||
|
||||
return m::resource::response
|
||||
{
|
||||
client, deleted? http::OK : http::NOT_FOUND
|
||||
client, http::OK
|
||||
};
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue