add title to irc log view

This commit is contained in:
Andrew Brown 2021-07-21 15:48:04 -07:00
parent 53c69c6cc0
commit 4f11241582

View File

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