Update Ghostgram features

This commit is contained in:
ichmagmaus 812
2026-03-07 18:15:32 +01:00
parent 1a3303b059
commit 24a7ec39d9
902 changed files with 148302 additions and 62355 deletions
@@ -339,7 +339,7 @@ class ChannelMembersSearchControllerNode: ASDisplayNode {
}
}
}
case .promote:
case .promote, .ownershipTransfer:
if peer.id == context.account.peerId {
continue
}
@@ -531,7 +531,7 @@ class ChannelMembersSearchControllerNode: ASDisplayNode {
var label: String?
var enabled = true
switch mode {
case .ban, .promote:
case .ban, .promote, .ownershipTransfer:
if participant.peer.id == context.account.peerId {
continue participantsLoop
}