From 10f484357c32134226eaad805a0b0247b6ce6788 Mon Sep 17 00:00:00 2001 From: Klaus Date: Fri, 13 Sep 2024 01:48:16 +0900 Subject: [PATCH] =?UTF-8?q?=ED=81=AC=EB=A6=AC=EC=97=90=EC=9D=B4=ED=84=B0?= =?UTF-8?q?=20=ED=8C=94=EB=A1=9C=EC=9A=B0=20API=20=EC=95=8C=EB=A6=BC=20?= =?UTF-8?q?=EC=83=81=ED=83=9C=20=EC=88=98=EC=A0=95=20-=20=EC=95=8C?= =?UTF-8?q?=EB=A6=BC=EA=B3=BC=20=ED=8C=94=EB=A1=9C=EC=9A=B0=20=EC=83=81?= =?UTF-8?q?=ED=83=9C=20=EB=AA=A8=EB=91=90=20true=20=EC=9D=BC=20=EB=95=8C?= =?UTF-8?q?=EB=A7=8C=20=EC=95=8C=EB=A6=BC=EC=9D=B4=20true=EA=B0=80=20?= =?UTF-8?q?=EB=90=98=EA=B3=A0=20=EB=91=98=20=EC=A4=91=20=ED=95=98=EB=82=98?= =?UTF-8?q?=EB=9D=BC=EB=8F=84=20false=EC=9D=B4=EB=A9=B4=20false=EA=B0=80?= =?UTF-8?q?=20=EB=90=98=EB=8F=84=EB=A1=9D=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../kotlin/kr/co/vividnext/sodalive/member/MemberService.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/kotlin/kr/co/vividnext/sodalive/member/MemberService.kt b/src/main/kotlin/kr/co/vividnext/sodalive/member/MemberService.kt index 38c143d..82896e4 100644 --- a/src/main/kotlin/kr/co/vividnext/sodalive/member/MemberService.kt +++ b/src/main/kotlin/kr/co/vividnext/sodalive/member/MemberService.kt @@ -346,7 +346,7 @@ class MemberService( newCreatorFollowing.creator = creator creatorFollowingRepository.save(newCreatorFollowing) } else { - creatorFollowing.isNotify = isNotify + creatorFollowing.isNotify = isNotify && isActive creatorFollowing.isActive = isActive } }