FIX: convert all emojis to text in short email notifications
This commit is contained in:
parent
7d8dd9d93b
commit
228d3240eb
|
@ -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…
Reference in New Issue