From 0de611148785afba80ef2d1006e31cb2c88441ba Mon Sep 17 00:00:00 2001 From: Yu Sung Date: Tue, 24 Sep 2024 12:14:59 +0900 Subject: [PATCH] =?UTF-8?q?=EB=9D=BC=EC=9D=B4=EB=B8=8C=20=EB=B9=84?= =?UTF-8?q?=EB=B0=80=ED=9B=84=EC=9B=90=20-=20=EB=B0=A9=EC=9E=A5=EC=9D=B8?= =?UTF-8?q?=20=EA=B2=BD=EC=9A=B0=20=EB=B9=84=EB=B0=80=ED=9B=84=EC=9B=90?= =?UTF-8?q?=EB=8F=84=20=ED=9B=84=EC=9B=90=20=EC=B4=9D=EC=95=A1=EC=97=90=20?= =?UTF-8?q?=EB=B0=98=EC=98=81=EB=90=98=EB=8F=84=EB=A1=9D=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 --- SodaLive/Sources/Live/Room/LiveRoomViewModel.swift | 2 ++ 1 file changed, 2 insertions(+) diff --git a/SodaLive/Sources/Live/Room/LiveRoomViewModel.swift b/SodaLive/Sources/Live/Room/LiveRoomViewModel.swift index 7efea66..6a7702b 100644 --- a/SodaLive/Sources/Live/Room/LiveRoomViewModel.swift +++ b/SodaLive/Sources/Live/Room/LiveRoomViewModel.swift @@ -1958,6 +1958,8 @@ extension LiveRoomViewModel: AgoraRtmDelegate { ) ) + self.totalDonationCan += decoded.can + if let signature = decoded.signature { self.addSignature(signature: signature) } else if let imageUrl = decoded.signatureImageUrl {