mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-23 22:55:00 +00:00
Web app improvements
This commit is contained in:
@@ -67,9 +67,6 @@ extension TelegramUser {
|
||||
if (flags & (1 << 27)) != 0 {
|
||||
botFlags.insert(.canBeAddedToAttachMenu)
|
||||
}
|
||||
if (flags & (1 << 28)) != 0 {
|
||||
botFlags.insert(.menuStartsWebView)
|
||||
}
|
||||
botInfo = BotUserInfo(flags: botFlags, inlinePlaceholder: botInlinePlaceholder)
|
||||
}
|
||||
|
||||
@@ -127,9 +124,6 @@ extension TelegramUser {
|
||||
if (flags & (1 << 27)) != 0 {
|
||||
botFlags.insert(.canBeAddedToAttachMenu)
|
||||
}
|
||||
if (flags & (1 << 28)) != 0 {
|
||||
botFlags.insert(.menuStartsWebView)
|
||||
}
|
||||
botInfo = BotUserInfo(flags: botFlags, inlinePlaceholder: botInlinePlaceholder)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user