Add versionMax to latest messages
This commit is contained in:
parent
fd3fbda213
commit
b7ed03b96b
1 changed files with 2 additions and 0 deletions
|
@ -9,6 +9,7 @@ val messages = listOf(
|
|||
type = MessageType.DASHBOARD_MESSAGE,
|
||||
targetRegisterHost = RegisterAddress.EDU_LUBLIN.url,
|
||||
destinationUrl = "https://twitter.com/wulkanowy/status/1654404443264122882",
|
||||
versionMax = 122,
|
||||
isDismissible = false,
|
||||
isVisible = true,
|
||||
),
|
||||
|
@ -20,6 +21,7 @@ val messages = listOf(
|
|||
type = MessageType.DASHBOARD_MESSAGE,
|
||||
targetRegisterHost = RegisterAddress.EDU_GDANSK.url,
|
||||
destinationUrl = "https://twitter.com/wulkanowy/status/1654404443264122882",
|
||||
versionMax = 122,
|
||||
isDismissible = false,
|
||||
isVisible = true,
|
||||
),
|
||||
|
|
Loading…
Reference in a new issue