mirror of
https://github.com/discourse/discourse.git
synced 2025-05-22 04:31:10 +08:00
FIX: do not convert quote tags to markdown
This commit is contained in:
@ -559,7 +559,7 @@ class ImportScripts::Base
|
||||
|
||||
opts[:guardian] = STAFF_GUARDIAN
|
||||
if @bbcode_to_md
|
||||
opts[:raw] = opts[:raw].bbcode_to_md(false) rescue opts[:raw]
|
||||
opts[:raw] = opts[:raw].bbcode_to_md(false, {}, :disable, :quote) rescue opts[:raw]
|
||||
end
|
||||
|
||||
post_creator = PostCreator.new(user, opts)
|
||||
|
Reference in New Issue
Block a user