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 {