mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-28 22:43:30 +03:00
f9b0280553
ref https://linear.app/tryghost/issue/PLG-230 - `comments.in_reply_to_id` will be used to keep a reference to the comment that the new comment was directed at - used only for replies-to-replies, will be `null` for the top-level parent and `null` for any replies directly to that parent - technically allows for infinite nesting within a parent comment thread but we won't be using that ability for now - `comments.parent_id` will be kept as it provides a useful optimisation for loading the top-level comments list - we're not using `comments.parent_id` for this to keep complexity down and avoid the need for recursive lookups |
||
---|---|---|
.. | ||
content | ||
core | ||
test | ||
.c8rc.e2e.json | ||
.c8rc.json | ||
.eslintignore | ||
.eslintrc.js | ||
.npmignore | ||
config.development.json | ||
ghost.js | ||
index.js | ||
jsconfig.json | ||
loggingrc.js | ||
MigratorConfig.js | ||
monobundle.js | ||
nodemon.json | ||
package.json | ||
playwright.config.js |