add endline to irc title

This commit is contained in:
Andrew Brown 2021-07-21 16:51:41 -07:00
parent c63ccbb879
commit 30e69025b2

View File

@ -16,7 +16,7 @@ class ForumsProsifyService < Service
end
def self.prosify_irc_log(thredded_topic, strip_parentheticals=true)
prose = "-!- Topic: #{thredded_topic.title}"
prose = "-!- Topic: #{thredded_topic.title}#{ENDLINE}"
user_display_name_cache = {}
thredded_topic.posts.find_each do |post|