mirror of
https://github.com/InsanusMokrassar/PlaguPoster.git
synced 2025-12-02 02:55:41 +00:00
preview adding of several sources chats
This commit is contained in:
@@ -27,7 +27,7 @@ object CommonPlugin : Plugin {
|
||||
val config = koin.get<ChatConfig>()
|
||||
|
||||
Log.iS { "Target chats info: ${config.allTargetChatIds.map { getChat(it) }.joinToString()}" }
|
||||
Log.iS { "Source chat info: ${getChat(config.sourceChatId)}" }
|
||||
Log.iS { "Source chats info: ${config.allSourceChatIds.map { getChat(it) }.joinToString()}" }
|
||||
Log.iS { "Cache chat info: ${getChat(config.cacheChatId)}" }
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user