Return xml notice at /notice path.

This commit is contained in:
Lain Iwakura 2017-11-27 17:24:52 +01:00
commit c680ae581d
3 changed files with 24 additions and 0 deletions

View file

@ -207,6 +207,7 @@ defmodule Pleroma.Web.Router do
get "/objects/:uuid", OStatus.OStatusController, :object
get "/activities/:uuid", OStatus.OStatusController, :activity
get "/notice/:id", OStatus.OStatusController, :notice
get "/users/:nickname/feed", OStatus.OStatusController, :feed
get "/users/:nickname", OStatus.OStatusController, :feed_redirect