Fix custom emojis index (#5006)
This commit is contained in:
committed by
Eugen Rochko
parent
dce869dfc7
commit
1664e52cbb
@@ -3,7 +3,7 @@
|
|||||||
module Admin
|
module Admin
|
||||||
class CustomEmojisController < BaseController
|
class CustomEmojisController < BaseController
|
||||||
def index
|
def index
|
||||||
@custom_emojis = CustomEmoji.where(uri: nil)
|
@custom_emojis = CustomEmoji.where(domain: nil)
|
||||||
end
|
end
|
||||||
|
|
||||||
def new
|
def new
|
||||||
|
Reference in New Issue
Block a user