Small hack to make notifications return empty for now.
This commit is contained in:
parent
5fe9e4dd3f
commit
d66d69c3b4
2 changed files with 8 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue