Don't reset the auth_key upon receiving -404

This commit is contained in:
Lonami Exo
2022-05-12 12:03:48 +02:00
parent f913ea6b75
commit fdb0720fe9
3 changed files with 23 additions and 13 deletions

View File

@@ -6,7 +6,7 @@ import re
from .common import (
ReadCancelledError, TypeNotFoundError, InvalidChecksumError,
InvalidBufferError, SecurityError, CdnFileTamperedError,
InvalidBufferError, AuthKeyNotFound, SecurityError, CdnFileTamperedError,
AlreadyInConversationError, BadMessageError, MultiError
)