Changeset e882b92 for chapterx-frontend/src/components/story/LikeButton.tsx
Legend:
- Unmodified
- Added
- Removed
-
chapterx-frontend/src/components/story/LikeButton.tsx
ra6e33d1 re882b92 59 59 if (currentUser.user_id !== authorUserId) { 60 60 await addNotification({ 61 recipientUserId: authorUserId,62 type: 'like',61 userId: authorUserId, 62 contentType: 'like', 63 63 content: `${currentUser.username} liked your story.`, 64 storyId, 64 65 link: `/story/${storyId}`, 65 66 })
Note:
See TracChangeset
for help on using the changeset viewer.
