mirror of
https://github.com/TelegramMessenger/Telegram-iOS.git
synced 2026-07-06 03:33:41 +02:00
Update
This commit is contained in:
parent
f48617fbec
commit
90844063f7
2 changed files with 5 additions and 1 deletions
|
|
@ -2354,6 +2354,10 @@ public final class WebAppController: ViewController, AttachmentContainable {
|
|||
navigationController.pushViewController(createBotScreen)
|
||||
}
|
||||
}
|
||||
case let .channel(channel):
|
||||
if channel.isCreator {
|
||||
|
||||
}
|
||||
default:
|
||||
break
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue