New API: GET /api/v1/custom_emojis to get a server's custom emojis (#5051)
This commit is contained in:
@ -3,7 +3,7 @@
|
||||
module Admin
|
||||
class CustomEmojisController < BaseController
|
||||
def index
|
||||
@custom_emojis = CustomEmoji.where(domain: nil)
|
||||
@custom_emojis = CustomEmoji.local
|
||||
end
|
||||
|
||||
def new
|
||||
|
Reference in New Issue
Block a user