Changeset e882b92 for chapterx-frontend/src/components/writer
Legend:
- Unmodified
- Added
- Removed
-
chapterx-frontend/src/components/writer/CollaboratorManager.tsx
ra6e33d1 re882b92 62 62 addCollaboration(newCollab) 63 63 addNotification({ 64 recipientUserId: user.user_id,65 type: 'collaboration',64 userId: user.user_id, 65 contentType: 'collaboration', 66 66 content: `You've been invited to collaborate on "${storyTitle}" as ${selectedRole}.`, 67 storyId, 67 68 link: `/story/${storyId}`, 68 69 })
Note:
See TracChangeset
for help on using the changeset viewer.
