mirror of
https://github.com/InsanusMokrassar/PlaguPoster.git
synced 2024-11-17 13:33:47 +00:00
fixes
This commit is contained in:
parent
7a4fb05bfb
commit
e59c7b0f7e
@ -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 { _ ->
|
||||||
|
Loading…
Reference in New Issue
Block a user