Fix /api/pleroma/emoji/packs index endpoint.

Bu işleme şunda yer alıyor:
KokaKiwi 2020-07-18 12:55:04 +02:00
ebeveyn 10d46235cf
işleme 7ce722ce3e
Veri tabanında bu imza için bilinen anahtar bulunamadı
GPG Anahtar Kimliği: 09A5A2688F13FAC1

Dosyayı Görüntüle

@ -22,7 +22,7 @@ defmodule Pleroma.Web.PleromaAPI.EmojiPackController do
)
@skip_plugs [Pleroma.Plugs.OAuthScopesPlug, Pleroma.Plugs.ExpectPublicOrAuthenticatedCheckPlug]
plug(:skip_plug, @skip_plugs when action in [:archive, :show, :list])
plug(:skip_plug, @skip_plugs when action in [:index, :show, :archive])
defdelegate open_api_operation(action), to: Pleroma.Web.ApiSpec.PleromaEmojiPackOperation