mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-22 22:25:57 +00:00
Various improvements
This commit is contained in:
@@ -726,6 +726,12 @@ public final class TelegramRootController: NavigationController, TelegramRootCon
|
||||
}
|
||||
|
||||
if let media {
|
||||
#if DEBUG
|
||||
if "".isEmpty {
|
||||
let _ = context.engine.messages.beginStoryLivestream().startStandalone()
|
||||
}
|
||||
#endif
|
||||
|
||||
let _ = (context.engine.messages.uploadStory(
|
||||
target: target,
|
||||
media: media,
|
||||
|
||||
Reference in New Issue
Block a user