summaryrefslogtreecommitdiffstats
path: root/activities/views/posts.py
diff options
context:
space:
mode:
Diffstat (limited to 'activities/views/posts.py')
-rw-r--r--activities/views/posts.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/activities/views/posts.py b/activities/views/posts.py
index 8fbe361..b9bdc7f 100644
--- a/activities/views/posts.py
+++ b/activities/views/posts.py
@@ -48,6 +48,7 @@ class Individual(TemplateView):
[self.post_obj],
self.request.identity,
),
+ "link_original": True,
"replies": Post.objects.filter(
models.Q(
visibility__in=[