# HG changeset patch # User neko259 # Date 2015-07-12 11:48:23 # Node ID 3ee64c6f1be6a252cd65246f6cdc9a675198cd91 # Parent 730ce4d205c7202ac953c016c221112d71822c0a Moved the TODO item to the proper section 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