Legend:
- Unmodified
- Added
- Removed
-
chapterx-frontend/src/components/story/CommentSection.tsx
ra6e33d1 re882b92 80 80 if (currentUser.user_id !== authorUserId) { 81 81 await addNotification({ 82 recipientUserId: authorUserId,83 type: 'comment',82 userId: authorUserId, 83 contentType: 'comment', 84 84 content: `${currentUser.username} commented: "${text.trim().slice(0, 60)}${text.length > 60 ? '...' : ''}"`, 85 storyId, 85 86 link: `/story/${storyId}`, 86 87 })
Note:
See TracChangeset
for help on using the changeset viewer.
