Fix MRF policies to also work with Update
[akkoma] / lib / pleroma / web / plugs / user_is_admin_plug.ex
index 488a61d1d4940304423694a94c8127a43a8ca139..7649912ba25c4d5ab15d696fb7a9e3c852b0676a 100644 (file)
@@ -1,8 +1,8 @@
 # Pleroma: A lightweight social networking server
-# Copyright © 2017-2020 Pleroma Authors <https://pleroma.social/>
+# Copyright © 2017-2021 Pleroma Authors <https://pleroma.social/>
 # SPDX-License-Identifier: AGPL-3.0-only
 
-defmodule Pleroma.Plugs.UserIsAdminPlug do
+defmodule Pleroma.Web.Plugs.UserIsAdminPlug do
   import Pleroma.Web.TranslationHelpers
   import Plug.Conn