Version 12.1.1

This commit is contained in:
Kylmakalle
2024-07-02 19:58:37 +03:00
parent 1c3b749ede
commit edbcf47190
977 changed files with 53378 additions and 2720 deletions

View File

@@ -204,6 +204,7 @@ public class ChatMessageInteractiveInstantVideoNode: ASDisplayNode {
}
deinit {
self.transcribeDisposable?.dispose()
self.fetchDisposable.dispose()
self.playbackStatusDisposable.dispose()
self.playerStatusDisposable.dispose()
@@ -1889,6 +1890,7 @@ public class ChatMessageInteractiveInstantVideoNode: ASDisplayNode {
}
}
// TODO(swiftgram): Transcribe Video Messages
if shouldBeginTranscription {
if self.transcribeDisposable == nil {
self.audioTranscriptionState = .inProgress