From 756fa3f922775799f917ef1abeda4c3ecf5ca4c5 Mon Sep 17 00:00:00 2001 From: joowojr Date: Tue, 4 Feb 2025 18:22:51 +0900 Subject: [PATCH 1/2] =?UTF-8?q?CLAP-266=20Fix:=20=EC=BB=B4=ED=8C=8C?= =?UTF-8?q?=EC=9D=BC=20=EC=98=A4=EB=A5=98=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../java/clap/server/application/mapper/NotificationMapper.java | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main/java/clap/server/application/mapper/NotificationMapper.java b/src/main/java/clap/server/application/mapper/NotificationMapper.java index fdacb40f..4cc1b150 100644 --- a/src/main/java/clap/server/application/mapper/NotificationMapper.java +++ b/src/main/java/clap/server/application/mapper/NotificationMapper.java @@ -17,6 +17,7 @@ public static FindNotificationListResponse toFindNoticeListResponse(Notification notification.getReceiver().getMemberId(), notification.getTask().getTitle(), notification.getMessage() != null ? notification.getMessage() : null, + notification.isRead(), notification.getCreatedAt() ); } From fe31d1086b02aae6315bf943b2a5d2bdb035865e Mon Sep 17 00:00:00 2001 From: joowojr Date: Tue, 4 Feb 2025 18:23:14 +0900 Subject: [PATCH 2/2] =?UTF-8?q?CLAP-266=20Fix:=20=EC=9E=98=EB=AA=BB=20?= =?UTF-8?q?=EB=A7=A4=ED=95=91=EB=90=9C=20=EC=98=A4=EB=A5=98=20=EC=88=98?= =?UTF-8?q?=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit