mirror of
https://github.com/tubearchivist/tubearchivist
synced 2024-11-02 09:41:07 +00:00
fix empty comment reindex
This commit is contained in:
parent
706a710587
commit
c06f6c68b4
@ -171,6 +171,9 @@ class Comments:
|
||||
self.build_json()
|
||||
es_comments = self.get_es_comments()
|
||||
|
||||
if not self.comments_format:
|
||||
return
|
||||
|
||||
if not self.comments_format and es_comments["comment_comments"]:
|
||||
# don't overwrite comments in es
|
||||
return
|
||||
|
Loading…
Reference in New Issue
Block a user