Index: ChapterX.Application/Collaboration/Commands/AddHandler.cs
===================================================================
--- ChapterX.Application/Collaboration/Commands/AddHandler.cs	(revision 877c13c3dd0934c1d31da7988d0d2c2c5925ed55)
+++ ChapterX.Application/Collaboration/Commands/AddHandler.cs	(revision e882b92860e1899312f197af1134bb0f33d30d15)
@@ -22,4 +22,6 @@
                 UserId = request.UserId,
                 StoryId = request.StoryId,
+                Role = request.Role,
+                PermissionLevel = request.PermissionLevel,
                 CreatedAt = DateTime.UtcNow
             };
