mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-06-16 05:55:20 +00:00
Fix build
This commit is contained in:
parent
9437f32a35
commit
d19dd381a3
@ -712,6 +712,7 @@ func _internal_getBotApp(account: Account, reference: BotAppReference) -> Signal
|
|||||||
case let .botApp(botAppFlags, app):
|
case let .botApp(botAppFlags, app):
|
||||||
switch app {
|
switch app {
|
||||||
case let .botApp(flags, id, accessHash, shortName, title, description, photo, document, hash):
|
case let .botApp(flags, id, accessHash, shortName, title, description, photo, document, hash):
|
||||||
|
let _ = flags
|
||||||
var appFlags = BotApp.Flags()
|
var appFlags = BotApp.Flags()
|
||||||
if (botAppFlags & (1 << 0)) != 0 {
|
if (botAppFlags & (1 << 0)) != 0 {
|
||||||
appFlags.insert(.notActivated)
|
appFlags.insert(.notActivated)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user