Browse Source

Skip the correct plug

chores/our-libs-hex-releases
Mark Felder 4 years ago
parent
commit
341a8f3500
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      lib/pleroma/web/pleroma_api/controllers/emoji_pack_controller.ex

+ 1
- 1
lib/pleroma/web/pleroma_api/controllers/emoji_pack_controller.ex View File

@@ -21,7 +21,7 @@ defmodule Pleroma.Web.PleromaAPI.EmojiPackController do
]
)

@skip_plugs [Pleroma.Plugs.OAuthScopesPlug, Pleroma.Plugs.ExpectPublicOrAuthenticatedCheckPlug]
@skip_plugs [Pleroma.Plugs.OAuthScopesPlug, Pleroma.Plugs.EnsurePublicOrAuthenticatedPlug]
plug(:skip_plug, @skip_plugs when action in [:index, :show, :archive])

defdelegate open_api_operation(action), to: Pleroma.Web.ApiSpec.PleromaEmojiPackOperation


Loading…
Cancel
Save