This commit is contained in:
InsanusMokrassar 2023-03-18 13:48:26 +06:00
parent 7a4fb05bfb
commit e59c7b0f7e
1 changed files with 2 additions and 2 deletions

View File

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