SetFormatPlug module name

This commit is contained in:
Alexander Strizhakov 2020-06-24 09:26:17 +03:00
commit 8249b75761
No known key found for this signature in database
GPG key ID: 022896A53AEF1381
5 changed files with 5 additions and 5 deletions

View file

@ -26,7 +26,7 @@ defmodule Pleroma.Web.OStatus.OStatusController do
)
plug(
Pleroma.Plugs.SetFormatPlug
Pleroma.Web.Plugs.SetFormatPlug
when action in [:object, :activity, :notice]
)