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