This commit is contained in:
veliymolfar 2020-01-16 12:54:19 +02:00
parent c262e8a151
commit a4225ca5b6

View file

@ -933,7 +933,7 @@ class TelegramSettings(private val app: TelegramApplication) {
val lastInfo = LastChatInfo().apply { val lastInfo = LastChatInfo().apply {
chatId = obj.optLong(LastChatInfo.CHAT_ID_KEY) chatId = obj.optLong(LastChatInfo.CHAT_ID_KEY)
period = obj.optLong(LastChatInfo.PERIOD_KEY) period = obj.optLong(LastChatInfo.PERIOD_KEY)
} }
lastChatsInfo.addLast(lastInfo) lastChatsInfo.addLast(lastInfo)
} }
} }