small potential fix

This commit is contained in:
InsanusMokrassar 2022-04-04 17:40:00 +06:00
parent 5305438686
commit 7e37a43904
1 changed files with 1 additions and 1 deletions

View File

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