Skip to content

Commit

Permalink
migration: create posts for collection
Browse files Browse the repository at this point in the history
  • Loading branch information
Her Email authored and alphatownsman committed Nov 28, 2023
1 parent 92e5bfb commit 10f8c73
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions takahe/management/commands/backfill_takahe.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,8 @@ def process_post(self):
Takahe.post_comment(p, self.post_new)
elif p.__class__ == Review:
Takahe.post_review(p, self.post_new)
elif p.__class__ == Collection:
Takahe.post_collection(p)
set_disable_timeline(False)

def process_timeline(self):
Expand Down

0 comments on commit 10f8c73

Please sign in to comment.