Feature proposal #7444
closedImprove core activity parsing for comment replies
Description
Currently comment replies are logging activity or notifications for the parent comment and no longer associate with the activity entry the originated from. This should be improved so when linking to the parent comment it shows the source, which in this case is the activity entry the comments are technically associated with.
Comment Notification Asset: activity.[var1_activity].comment
Reply Notification Asset: comment.[var1_comment].reply
This would require something like the following
activity.[var1_activity].comment.[COMMENT_ID].reply
Updated by krileon over 5 years ago
- Related to Feature proposal #7535: Improve support for passing Target and Object variables around streams added
Updated by krileon over 5 years ago
- Target version changed from 5.0.0 to 6.0.0
This will be fixed when assets are more normalized as per #7535
Updated by krileon over 5 years ago
Display code just needs to work backwards through the objects on display.
Updated by krileon over 5 years ago
- Status changed from Assigned to Resolved
- % Done changed from 50 to 100
Activity comment reply notifications will now display as: replied to your comment [comment] on post [activity]