logo

pleroma

My custom branche(s) on git.pleroma.social/pleroma/pleroma git clone https://hacktivis.me/git/pleroma.git
commit: 8241eff05ba590f84895953913e1e4d1e702b79f
parent c00a19f37162f19572e2e6a0e0b2faf91d61206b
Author: faried nawaz <faried@gmail.com>
Date:   Mon,  6 Mar 2023 23:33:57 +0500

remove static_fe pipeline for /users/:nickname/feed

Diffstat:

Mlib/pleroma/web/router.ex3+--
1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/lib/pleroma/web/router.ex b/lib/pleroma/web/router.ex @@ -835,8 +835,7 @@ defmodule Pleroma.Web.Router do end scope "/", Pleroma.Web do - # Note: html format is supported only if static FE is enabled - pipe_through([:accepts_html_xml, :static_fe]) + pipe_through([:accepts_html_xml]) get("/users/:nickname/feed", Feed.UserController, :feed, as: :user_feed) end