Fix call messages

This commit is contained in:
Isaac
2025-09-12 11:02:05 +02:00
parent a257009780
commit e0d511165c
2 changed files with 8 additions and 4 deletions

View File

@@ -2979,10 +2979,10 @@ public final class PresentationGroupCallImpl: PresentationGroupCall {
}
public func setIsMuted(action: PresentationGroupCallMuteAction) {
if "".isEmpty {
/*if "".isEmpty {
self.messagesContext?.send(text: "test\(UInt32.random(in: 0 ... UInt32.max))", entities: [])
return
}
}*/
if self.isMutedValue == action {
return