Wix Comments App rating summaries on Dynamic List repeaters

The fetched data don’t have type of reacted members, it’s return reactionSummary but I need reacted people list to filter if current member is reacted or not, and also in updateComment method, I don’t see an option to update reaction. I think they don’t give us the reacted member list so I stopped working on custom comment ,

What I achieved

  • Fetch current comments of CMS page using comp Id (I modified it from your code)
  • Fetch reaction summary to show which reaction type (:like: , :thinking : ) total, not individually
  • Used Rich Content Viewer to display each comment in repeater item,
  • added custom CMS to replies (margin)
  • Reply function (was going to add before but stopped after reaction problem) also I made the repeater display to have sub replies (by filtering using parentThread)
  • each comment’s rating
  • Poll Data (was able to show but can’t use since rico editor format and hard to work on it)
  • show comment’s author profile photo and nickname , like social medias, using wix-members-backend [FULL] full member dataset’s fields.

If the reacted user list show on each comment in returned data, I would be making something like facebook or instagram comments but wix api gave no options to continue for me. I’ll complete this task if wix comments v2 added this lacking features!

Here is the problem

reaction properties not available in Update comment’s Method Parameters.