Finish taking the multiple issues which Discourse had with the very large number of posts in this particular topic
This commit is contained in:
parent
89d3a21b78
commit
ecce7d4a35
@ -1058,6 +1058,7 @@ class GossamerForumsImporter < ImportScripts::Base
|
|||||||
# sanitized_message.gsub!(/!\[[^\]]*\]\(https?:\/\/data:image\/[a-zA-Z]+;base64,[^)]+\)/, '')
|
# sanitized_message.gsub!(/!\[[^\]]*\]\(https?:\/\/data:image\/[a-zA-Z]+;base64,[^)]+\)/, '')
|
||||||
# sanitized_message.gsub!(/!\[.*?\]\((?:http|https):\/\/data:image\/[^;]+;base64,[^)]+\)/i, '')
|
# sanitized_message.gsub!(/!\[.*?\]\((?:http|https):\/\/data:image\/[^;]+;base64,[^)]+\)/i, '')
|
||||||
sanitized_message.gsub!(/!\[(?:http|https):\/\/data:image\/[^]]+\]\((?:http|https):\/\/data:image\/[^)]+\)/, '')
|
sanitized_message.gsub!(/!\[(?:http|https):\/\/data:image\/[^]]+\]\((?:http|https):\/\/data:image\/[^)]+\)/, '')
|
||||||
|
sanitized_message.gsub!(/!\[(https?:\/\/data:image\/[^]]+)\]\((https?:\/\/data:image\/[^)]+)\)/, '')
|
||||||
|
|
||||||
# Ensure sentence structure
|
# Ensure sentence structure
|
||||||
unless sanitized_message.match?(/[.!?]\s|[.!?]$/)
|
unless sanitized_message.match?(/[.!?]\s|[.!?]$/)
|
||||||
|
Loading…
Reference in New Issue
Block a user