Remove deprecated /api/qvitter/statuses/notifications/read

This commit is contained in:
Haelwenn (lanodan) Monnier 2021-02-17 01:19:25 +01:00
commit a22c53810b
No known key found for this signature in database
GPG key ID: D5B7A8E43C997DEE
4 changed files with 3 additions and 88 deletions

View file

@ -620,12 +620,6 @@ defmodule Pleroma.Web.Router do
get("/oauth_tokens", TwitterAPI.Controller, :oauth_tokens)
delete("/oauth_tokens/:id", TwitterAPI.Controller, :revoke_token)
post(
"/qvitter/statuses/notifications/read",
TwitterAPI.Controller,
:mark_notifications_as_read
)
end
scope "/", Pleroma.Web do