We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e37c176 commit 756fa3fCopy full SHA for 756fa3f
src/main/java/clap/server/application/mapper/NotificationMapper.java
@@ -17,6 +17,7 @@ public static FindNotificationListResponse toFindNoticeListResponse(Notification
17
notification.getReceiver().getMemberId(),
18
notification.getTask().getTitle(),
19
notification.getMessage() != null ? notification.getMessage() : null,
20
+ notification.isRead(),
21
notification.getCreatedAt()
22
);
23
}
0 commit comments