Fix custom emojis index (#5006)
parent
ef6defa2c4
commit
3dde6679c2
|
@ -3,7 +3,7 @@
|
|||
module Admin
|
||||
class CustomEmojisController < BaseController
|
||||
def index
|
||||
@custom_emojis = CustomEmoji.where(uri: nil)
|
||||
@custom_emojis = CustomEmoji.where(domain: nil)
|
||||
end
|
||||
|
||||
def new
|
||||
|
|
Loading…
Reference in New Issue