mirror of
https://github.com/discourse/discourse.git
synced 2025-06-01 09:08:10 +08:00
UX: we should always simply use emoji codes as opposed to treating as image
This commit is contained in:
@ -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]")
|
||||
|
Reference in New Issue
Block a user