migration: create posts for collection

This commit is contained in:
Her Email 2023-11-27 23:41:44 -05:00 committed by Henri Dickson
parent 92e5bfb833
commit 10f8c73f98

View file

@ -76,6 +76,8 @@ class Command(BaseCommand):
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):