Version 11.5.3

This commit is contained in:
Kylmakalle
2024-07-02 19:58:37 +03:00
parent 45fa1b5ddb
commit 7d4b4eaf6c
673 changed files with 34800 additions and 1281 deletions

View File

@@ -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