mirror of
https://gh.wpcy.net/https://github.com/discourse/discourse.git
synced 2026-05-04 05:09:20 +08:00
7 lines
123 B
Ruby
7 lines
123 B
Ruby
# frozen_string_literal: true
|
|
|
|
module EmojiHelper
|
|
def emoji_codes_to_img(str)
|
|
raw(Emoji.codes_to_img(str))
|
|
end
|
|
end
|