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.
Updated by krileon about 2 years ago
- Status changed from Assigned to Resolved
- % Done changed from 0 to 100
Comments now keep track of their parent AND maintain an asset of their parent which allows proper access checks and source retrieval.
Actions