mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
FIX: Show emoji in inline oneboxes
This commit is contained in:
@@ -426,7 +426,7 @@ class UserNotifications < ActionMailer::Base
|
||||
end
|
||||
|
||||
email_opts = {
|
||||
topic_title: gsub_emoji_to_unicode(title),
|
||||
topic_title: Emoji.gsub_emoji_to_unicode(title),
|
||||
topic_title_url_encoded: title ? URI.encode(title) : title,
|
||||
message: message,
|
||||
url: post.url(without_slug: SiteSetting.private_email?),
|
||||
|
||||
Reference in New Issue
Block a user