Add header image to masto api.
[akkoma] / lib / pleroma / web / router.ex
index 33c3aa53d0d4b7baae74e087fd5f783330577aef..84bf6791dd2bbd29bbc4efcd323c95ed5c9471a1 100644 (file)
@@ -61,6 +61,8 @@ defmodule Pleroma.Web.Router do
     post "/statuses/:id/reblog", MastodonAPIController, :reblog_status
     post "/statuses/:id/favourite", MastodonAPIController, :fav_status
     post "/statuses/:id/unfavourite", MastodonAPIController, :unfav_status
+
+    get "/notifications", MastodonAPIController, :empty_array
   end
 
   scope "/api", Pleroma.Web do