mirror of
https://github.com/indentlabs/notebook.git
synced 2025-10-26 11:19:22 +00:00
add title to irc log view
This commit is contained in:
parent
53c69c6cc0
commit
4f11241582
@ -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|
|
||||
|
||||
Loading…
Reference in New Issue
Block a user