Fix emoji_tag support for markdown
This commit is contained in:
parent
3f98887c0c
commit
607a6128d9
@ -49,7 +49,7 @@ module Additionals
|
||||
end
|
||||
end
|
||||
|
||||
def emoji_tag(emoji, _emoji_code)
|
||||
def emoji_tag(emoji, _emoji_code = nil)
|
||||
return unless emoji
|
||||
|
||||
data = {
|
||||
|
Loading…
Reference in New Issue
Block a user