aboutsummaryrefslogtreecommitdiff
path: root/lib/pleroma/web/feed/user_controller.ex
diff options
context:
space:
mode:
Diffstat (limited to 'lib/pleroma/web/feed/user_controller.ex')
-rw-r--r--lib/pleroma/web/feed/user_controller.ex2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/pleroma/web/feed/user_controller.ex b/lib/pleroma/web/feed/user_controller.ex
index bea07649b..6aad6af44 100644
--- a/lib/pleroma/web/feed/user_controller.ex
+++ b/lib/pleroma/web/feed/user_controller.ex
@@ -10,7 +10,7 @@ defmodule Pleroma.Web.Feed.UserController do
alias Pleroma.Web.ActivityPub.ActivityPubController
alias Pleroma.Web.Feed.FeedView
- plug(Pleroma.Plugs.SetFormatPlug when action in [:feed_redirect])
+ plug(Pleroma.Web.Plugs.SetFormatPlug when action in [:feed_redirect])
action_fallback(:errors)