mirror of
https://github.com/TelegramMessenger/Telegram-iOS.git
synced 2026-07-06 03:33:41 +02:00
Fix stars settings
This commit is contained in:
parent
cbab90d49c
commit
4d184eb9fa
2 changed files with 68 additions and 32 deletions
|
|
@ -2725,6 +2725,8 @@ public final class PresentationGroupCallImpl: PresentationGroupCall {
|
|||
if didUpdateInvitedPeers {
|
||||
self.invitedPeersValue = updatedInvitedPeers
|
||||
}
|
||||
|
||||
self.messagesContext?.updateSettings(minMessagePrice: stateValue.sendPaidMessageStars ?? 0)
|
||||
}))
|
||||
|
||||
self.isFailedEventDisposable?.dispose()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue