mirror of
https://github.com/matrix-construct/construct
synced 2024-11-26 08:42:34 +01:00
modules/client/pushrules: Always return 200 on DELETE method for Riot.
This commit is contained in:
parent
bab3f959ac
commit
70e32d9292
1 changed files with 1 additions and 3 deletions
|
@ -399,9 +399,7 @@ ircd::m::push::handle_delete(client &client,
|
|||
|
||||
return resource::response
|
||||
{
|
||||
client, res?
|
||||
http::OK:
|
||||
http::NOT_FOUND
|
||||
client, http::OK
|
||||
};
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue