logo

pleroma

My custom branche(s) on git.pleroma.social/pleroma/pleroma git clone https://anongit.hacktivis.me/git/pleroma.git/
commit: f1586f023050ff071713a63ee9c5e5eb1d135093
parent 1fd94ed001c6413301b4c1cd1fb4c8f7bf5f4867
Author: nicole mikołajczyk <git@mkljczk.pl>
Date:   Fri, 28 Nov 2025 16:01:00 +0100

im bad at merge conflicts

Signed-off-by: nicole mikołajczyk <git@mkljczk.pl>

Diffstat:

Mlib/pleroma/web/router.ex5+++++
1 file changed, 5 insertions(+), 0 deletions(-)

diff --git a/lib/pleroma/web/router.ex b/lib/pleroma/web/router.ex @@ -649,6 +649,11 @@ defmodule Pleroma.Web.Router do end scope "/api/v1/pleroma", Pleroma.Web.MastodonAPI do + pipe_through(:api) + get("/accounts/:id/endorsements", AccountController, :endorsements) + end + + scope "/api/v2/pleroma", Pleroma.Web.PleromaAPI do scope [] do pipe_through(:authenticated_api) get("/chats", ChatController, :index2)