summaryrefslogtreecommitdiffstats
path: root/activities/models/post.py
diff options
context:
space:
mode:
Diffstat (limited to 'activities/models/post.py')
-rw-r--r--activities/models/post.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/activities/models/post.py b/activities/models/post.py
index 378de91..876d422 100644
--- a/activities/models/post.py
+++ b/activities/models/post.py
@@ -50,6 +50,7 @@ class PostStates(StateGraph):
subject_post=post,
)
# And one for themselves if they're local
+ # (most views will do this at time of post, but it's idempotent)
if post.author.local:
await FanOut.objects.acreate(
identity_id=post.author_id,