small potential fix

This commit is contained in:
InsanusMokrassar 2022-04-04 17:40:00 +06:00
parent 5305438686
commit 7e37a43904

View File

@ -30,7 +30,7 @@ class InMemoryMessagesFilesCache : MessagesFilesCache {
) { ) {
map[chatId to messageIdentifier] = StorageFile( map[chatId to messageIdentifier] = StorageFile(
filename, filename,
byteReadChannelAllocator.invoke().toByteArray() byteReadChannelAllocator.invoke()
) )
} }