This commit is contained in:
InsanusMokrassar 2023-03-18 13:48:26 +06:00
parent 7a4fb05bfb
commit e59c7b0f7e

View File

@ -109,7 +109,7 @@ object Plugin : Plugin {
row { row {
urlButton( urlButton(
dateTime.format(dateTimeFormat), dateTime.local.format(dateTimeFormat),
makeLinkToMessage(post.chatId, post.messageId) makeLinkToMessage(post.chatId, post.messageId)
) )
} }
@ -132,7 +132,7 @@ object Plugin : Plugin {
} }
onMessageDataCallbackQuery( onMessageDataCallbackQuery(
Regex("^$pageCallbackDataQueryPrefix"), Regex("^$pageCallbackDataQueryPrefix\\d+"),
initialFilter = { it.message.sameChat(chatConfig.sourceChatId) } initialFilter = { it.message.sameChat(chatConfig.sourceChatId) }
) { ) {
val page = it.data.removePrefix(pageCallbackDataQueryPrefix).toIntOrNull() ?: let { _ -> val page = it.data.removePrefix(pageCallbackDataQueryPrefix).toIntOrNull() ?: let { _ ->