Remove failing skip_before_action from v1/custom_emojis_controller.rb

Fixes incorrect merge at 9eb149477a
This commit is contained in:
Jeremy Kescher 2023-05-07 23:15:28 +02:00
parent fdee1b200e
commit 46b97c9826
No known key found for this signature in database
GPG key ID: 80A419A7A613DFA4

View file

@ -2,7 +2,6 @@
class Api::V1::CustomEmojisController < Api::BaseController
vary_by '', unless: :disallow_unauthenticated_api_access?
skip_before_action :set_cache_headers
skip_before_action :require_authenticated_user!, unless: :whitelist_mode?
def index