summaryrefslogtreecommitdiffstats
path: root/forum/utils/markup.py
diff options
context:
space:
mode:
Diffstat (limited to 'forum/utils/markup.py')
-rw-r--r--forum/utils/markup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/forum/utils/markup.py b/forum/utils/markup.py
index 0eef1110..b921077a 100644
--- a/forum/utils/markup.py
+++ b/forum/utils/markup.py
@@ -44,7 +44,7 @@ def mentionize(text, context_object = None):
return text
op = context_object.get_origin_post()
- authors = list(op.get_all_authors())
+ authors = op.get_author_list( include_comments = True, recursive = True )
extra_name_seed = ''
for c in text: