Index: ChapterX.Application/Notification/Commands/AddHandler.cs
===================================================================
--- ChapterX.Application/Notification/Commands/AddHandler.cs	(revision 73b69b22fa1e9888b8530a66db4a150efb8f52bc)
+++ ChapterX.Application/Notification/Commands/AddHandler.cs	(revision e882b92860e1899312f197af1134bb0f33d30d15)
@@ -21,9 +21,10 @@
             {
                 Content = request.Content,
+                ContentType = request.ContentType,
                 IsRead = false,
+                Link = request.Link,
+                UserId = request.UserId,
+                StoryId = request.StoryId,
                 CreatedAt = DateTime.UtcNow,
-                RecipientUserId = request.RecipientUserId,
-                Type = request.Type,
-                Link = request.Link,
             };
 
