mirror of
https://github.com/discourse/discourse.git
synced 2025-02-21 10:29:15 +08:00
Merge pull request #3240 from techAPJ/patch-1
FIX: convert all emojis to text in short email notifications
This commit is contained in:
commit
7b92100a97
@ -163,7 +163,7 @@ module Email
|
||||
img.remove
|
||||
end
|
||||
|
||||
img.replace(img['title']) if img['class'] =~ /emoji/
|
||||
img.replace(img['title']) if (img['src'] =~ /images\/emoji/ || img['src'] =~ /uploads\/default\/_emoji/)
|
||||
end
|
||||
|
||||
@fragment.to_s
|
||||
|
Loading…
x
Reference in New Issue
Block a user