mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-24 07:05:35 +00:00
Version 11.5.3
This commit is contained in:
@@ -204,6 +204,7 @@ public class ChatMessageInteractiveInstantVideoNode: ASDisplayNode {
|
||||
}
|
||||
|
||||
deinit {
|
||||
self.transcribeDisposable?.dispose()
|
||||
self.fetchDisposable.dispose()
|
||||
self.playbackStatusDisposable.dispose()
|
||||
self.playerStatusDisposable.dispose()
|
||||
@@ -1881,6 +1882,7 @@ public class ChatMessageInteractiveInstantVideoNode: ASDisplayNode {
|
||||
}
|
||||
}
|
||||
|
||||
// TODO(swiftgram): Transcribe Video Messages
|
||||
if shouldBeginTranscription {
|
||||
if self.transcribeDisposable == nil {
|
||||
self.audioTranscriptionState = .inProgress
|
||||
|
||||
Reference in New Issue
Block a user