mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-22 22:25:57 +00:00
Various Improvements
This commit is contained in:
@@ -1920,7 +1920,7 @@ public final class PresentationGroupCallImpl: PresentationGroupCall {
|
||||
}
|
||||
for participant in membersValue.participants {
|
||||
if participant.peer.id == self.joinAsPeerId {
|
||||
if participant.raiseHandRating != nil {
|
||||
if participant.hasRaiseHand {
|
||||
return
|
||||
}
|
||||
break
|
||||
@@ -1936,7 +1936,7 @@ public final class PresentationGroupCallImpl: PresentationGroupCall {
|
||||
}
|
||||
for participant in membersValue.participants {
|
||||
if participant.peer.id == self.joinAsPeerId {
|
||||
if participant.raiseHandRating == nil {
|
||||
if !participant.hasRaiseHand {
|
||||
return
|
||||
}
|
||||
break
|
||||
|
||||
Reference in New Issue
Block a user