mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-23 22:55:00 +00:00
Fix call messages
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user