<% json_data = notification.json_data %> <% cache "activity-profile-pic-#{json_data["user"]["id"]}-#{json_data["user"]["profile_image_90"]}" do %> " class="small-pic-link-wrapper">
" alt="link to <%= json_data["user"]["username"] %>'s profile">
<% end %>
<% if notification.action.blank? %> "><%= json_data["user"]["name"] %> commented on "> <%= sanitize(json_data["comment"]["commentable"]["title"]) %> <%= render "notifications/shared/comment_box", json_data: json_data, notification: notification, context: "default" %> <% elsif notification.action == "Moderation" %> Hey there! <%= image_tag "emoji/apple-hugging-face.png", class: "reaction-image" %> As a trusted member, could you react to this comment so we know it fits our community code of conduct?

Here's the article for context: "> <%= sanitize(json_data["comment"]["commentable"]["title"]) %> <%= render "notifications/shared/comment_box", json_data: json_data, notification: notification, context: "moderation" %>
All negative reactions are 100% private. If it is a good comment, consider also replying with some positive reinforcement or adding to the conversation.
<% elsif notification.action == "First" %> "><%= json_data["user"]["name"] %> wrote their first comment on: "> <%= sanitize(json_data["comment"]["commentable"]["title"]) %> <%= render "notifications/activity/activities/shared/comment_box", activity: activity, context: "moderation" %> Give them their first reply! 🎉
<% end %>