mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-06-16 05:55:20 +00:00
- remove debug code [skip ci]
This commit is contained in:
parent
f990f19eb8
commit
45c831f250
@ -71,9 +71,6 @@ func parseTelegramGroupOrChannel(chat: Api.Chat) -> Peer? {
|
||||
var infoFlags = TelegramChannelGroupFlags()
|
||||
if (flags & Int32(1 << 22)) != 0 {
|
||||
infoFlags.insert(.slowModeEnabled)
|
||||
} else if id == 1061639060 {
|
||||
var bp:Int = 0
|
||||
bp += 1
|
||||
}
|
||||
info = .group(TelegramChannelGroupInfo(flags: infoFlags))
|
||||
} else {
|
||||
|
Loading…
x
Reference in New Issue
Block a user