Add message about second the of VULCAN's accident
This commit is contained in:
parent
d04a757f29
commit
bb471f3ef2
1 changed files with 11 additions and 0 deletions
|
@ -1,6 +1,17 @@
|
|||
import io.github.wulkanowy.messages.pojo.*
|
||||
|
||||
val messages = listOf(
|
||||
Message(
|
||||
id = 23,
|
||||
title = "UWAGA. Kolejna awaria systemu UONET+",
|
||||
content = "VULCAN ma drugi dzień z rzędu problemy techniczne. Zachowaj spokój i spróbuj ponownie później. Kliknij, by dowiedzieć się więcej",
|
||||
priority = MessagePriority.HIGH,
|
||||
type = MessageType.DASHBOARD_MESSAGE,
|
||||
targetRegisterHost = RegisterAddress.VULCAN.url,
|
||||
destinationUrl = "https://www.facebook.com/wulkanowy/posts/537177675091672",
|
||||
isDismissible = false,
|
||||
isVisible = true,
|
||||
),
|
||||
Message(
|
||||
id = 22,
|
||||
title = "UWAGA. Informacja o przyczynie problemów z odświeżaniem danych",
|
||||
|
|
Loading…
Reference in a new issue