Show More
@@ -235,8 +235,8 b' class SyncManager:' | |||
|
235 | 235 | opening_post = None |
|
236 | 236 | tag_tags = tag_content.find(TAG_TAGS) |
|
237 | 237 | for tag_tag in tag_tags: |
|
238 | tag, created = Tag.objects.get_or_create( | |
|
239 |
|
|
|
238 | tag, created = Tag.objects.get_or_create_with_alias( | |
|
239 | name=tag_tag.text) | |
|
240 | 240 | tags.append(tag) |
|
241 | 241 | |
|
242 | 242 | # TODO Check that the replied posts are already present |
General Comments 0
You need to be logged in to leave comments.
Login now