Remove "most recent notification" endpoint.
[akkoma] / lib / pleroma / web / router.ex
index 4623698064193905b3ec1b02888dcadf6d9aa8d7..a8468ea12cf2f641811d0a17b0cc703121f353cc 100644 (file)
@@ -265,12 +265,6 @@ defmodule Pleroma.Web.Router do
     post("/account/update_profile_banner", TwitterAPI.Controller, :update_banner)
     post("/qvitter/update_background_image", TwitterAPI.Controller, :update_background)
 
-    post(
-      "/account/most_recent_notification",
-      TwitterAPI.Controller,
-      :update_most_recent_notification
-    )
-
     get("/statuses/home_timeline", TwitterAPI.Controller, :friends_timeline)
     get("/statuses/friends_timeline", TwitterAPI.Controller, :friends_timeline)
     get("/statuses/mentions", TwitterAPI.Controller, :mentions_timeline)