diff --git a/boards/models/post/sync.py b/boards/models/post/sync.py --- a/boards/models/post/sync.py +++ b/boards/models/post/sync.py @@ -112,9 +112,9 @@ class SyncManager: if thread: opening_post = Post.objects.get( id=thread.find(TAG_ID).text) - # TODO Get tags here else: opening_post = None + # TODO Get tags here # TODO Check that the replied posts are already present # before adding new ones