mirror of
https://git.vectorsigma.ru/public/tubearchivist.git
synced 2026-08-04 23:39:18 +00:00
fix empty comment reindex
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user