Fix NoopAudioDecrypt

This commit is contained in:
こうから 2021-10-20 12:09:17 +09:00 committed by GitHub
parent 1cb4be69e6
commit c5db0a84a8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -64,7 +64,7 @@ class MessageListener:
class NoopAudioDecrypt(AudioDecrypt):
def decrypt_chunk(self, chunk_index: int, buffer: bytes):
pass
return buffer
def decrypt_time_ms(self):
return 0