update dependencies and version

This commit is contained in:
2024-02-15 20:30:10 +06:00
parent 250f88e2fe
commit 29a19df7fc
8 changed files with 19 additions and 12 deletions

View File

@@ -58,7 +58,7 @@ object Plugin : Plugin {
}
single {
val config = get<Config>()
PostPublisher(get(), get(), config.chats.cacheChatId, config.chats.allTargetChatIds, config.deleteAfterPublishing)
PostPublisher(get(), get(), config.chats.cacheChatId, config.chats.allTargetChatIds.toList(), config.deleteAfterPublishing)
}
}