mirror of
https://github.com/kikobar/mastodon.git
synced 2024-11-18 05:12:18 +00:00
Fix custom emojis index (#5006)
This commit is contained in:
parent
dce869dfc7
commit
1664e52cbb
|
@ -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 a new issue