umputun / remark42

comment engine
https://remark42.com
MIT License
4.81k stars 374 forks source link

Fix Commento top-level comments import #1701

Closed paskal closed 9 months ago

paskal commented 9 months ago

Previously, top-level comments were incorrectly assigned parent comment id "root", which made them non-root, so they are not returned when requested in the /find?format=tree API call.

To fix the previously imported comments, please export all your comments and replace "pid":"root" with "pid":"" and then re-import them.

Resolves #1696.

github-actions[bot] commented 9 months ago

Pull Request Test Coverage Report for Build 6915859953


Totals Coverage Status
Change from base Build 6756329544: 0.04%
Covered Lines: 5900
Relevant Lines: 6959

💛 - Coveralls