fix empty comment reindex

This commit is contained in:
simon
2022-12-01 18:13:04 +07:00
parent 706a710587
commit c06f6c68b4

View File

@@ -171,6 +171,9 @@ class Comments:
self.build_json() self.build_json()
es_comments = self.get_es_comments() es_comments = self.get_es_comments()
if not self.comments_format:
return
if not self.comments_format and es_comments["comment_comments"]: if not self.comments_format and es_comments["comment_comments"]:
# don't overwrite comments in es # don't overwrite comments in es
return return