mirror of
https://github.com/InsanusMokrassar/TelegramBotApiLibraries.git
synced 2024-11-17 13:53:50 +00:00
small potential fix
This commit is contained in:
parent
5305438686
commit
7e37a43904
@ -30,7 +30,7 @@ class InMemoryMessagesFilesCache : MessagesFilesCache {
|
|||||||
) {
|
) {
|
||||||
map[chatId to messageIdentifier] = StorageFile(
|
map[chatId to messageIdentifier] = StorageFile(
|
||||||
filename,
|
filename,
|
||||||
byteReadChannelAllocator.invoke().toByteArray()
|
byteReadChannelAllocator.invoke()
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user