0
0
Fork 0
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:
Jason Volk 2020-03-19 11:14:59 -07:00
parent bab3f959ac
commit 70e32d9292

View file

@ -399,9 +399,7 @@ ircd::m::push::handle_delete(client &client,
return resource::response return resource::response
{ {
client, res? client, http::OK
http::OK:
http::NOT_FOUND
}; };
} }