From e494366dee0e714a708c4ea4e75ceb7fdd4545dd Mon Sep 17 00:00:00 2001 From: Minjae-An Date: Wed, 8 May 2024 14:00:58 +0900 Subject: [PATCH] =?UTF-8?q?feat:=20=EC=95=8C=EB=A6=BC=20=EB=A9=94=EC=8B=9C?= =?UTF-8?q?=EC=A7=80=EC=97=90=20=EC=95=8C=EB=A6=BC=20=EC=83=9D=EC=84=B1?= =?UTF-8?q?=EC=9E=90=20=EC=9D=B4=EB=A6=84=EC=9D=B4=20=EC=95=84=EB=8B=8C=20?= =?UTF-8?q?=EB=8B=89=EB=84=A4=EC=9E=84=20=ED=8F=AC=ED=95=A8=ED=86=A0?= =?UTF-8?q?=EB=A1=9D=20=EC=88=98=EC=A0=95(#66)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../yeonba/be/notification/event/NotificationSendEvent.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/be/src/main/java/yeonba/be/notification/event/NotificationSendEvent.java b/be/src/main/java/yeonba/be/notification/event/NotificationSendEvent.java index 52998f22..b90f071d 100644 --- a/be/src/main/java/yeonba/be/notification/event/NotificationSendEvent.java +++ b/be/src/main/java/yeonba/be/notification/event/NotificationSendEvent.java @@ -17,6 +17,6 @@ public String getNotificationTitle() { public String getNotificationMessage() { - return type.getFormattedMessage(this.creator.getName()); + return type.getFormattedMessage(this.creator.getNickname()); } }