Actions
Feature proposal #8814
closedImplement stored support for comment replies
Description
Currently comment replies are just replying to a comment stream with an asset of "comment.PARENT_ID". Get rid of this behavior. Replies should have the same asset as their parent. Instead add a "reply" or "parent" column to store their parent id (the comment being replied to). This will SUBSTANTIALLY improve performance of deep comment reply chains, comment counting, and more.
Actions