UX: we should always simply use emoji codes as opposed to treating as image

This commit is contained in:
Sam
2016-06-02 12:29:25 +10:00
parent 04bea0c9d6
commit e01dc54f2a
3 changed files with 3 additions and 4 deletions

View File

@ -66,7 +66,7 @@ module Onebox
topic = post.topic
slug = Slug.for(topic.title)
excerpt = post.excerpt(SiteSetting.post_onebox_maxlength, { keep_emoji_codes: true })
excerpt = post.excerpt(SiteSetting.post_onebox_maxlength)
excerpt.gsub!("\n"," ")
# hack to make it render for now
excerpt.gsub!("[/quote]", "[quote]")