Add message about current VULCAN issues
This commit is contained in:
parent
710bdcccc3
commit
26b4240ba8
1 changed files with 16 additions and 1 deletions
|
@ -1,6 +1,21 @@
|
|||
import io.github.wulkanowy.messages.pojo.*
|
||||
|
||||
val messages = listOf(
|
||||
Message(
|
||||
id = 57,
|
||||
title = "Dziejsze problemy z dziennikiem",
|
||||
content = "VULCAN ma dzisiaj od rana problemy ze sobą. To NIE JEST problem po stronie naszej nieoficjalnej apki. Zalecamy cierpliwość, aż VULCAN to naprawi",
|
||||
priority = MessagePriority.MEDIUM,
|
||||
targetRegisterHost = RegisterAddress.VULCAN.url,
|
||||
destinationUrl = "https://www.facebook.com/wulkanowy/posts/807473091395461",
|
||||
types = listOf(
|
||||
MessageType.DASHBOARD_MESSAGE,
|
||||
MessageType.LOGIN_MESSAGE,
|
||||
),
|
||||
isXVisible = true,
|
||||
isOkVisible = false,
|
||||
isVisible = true,
|
||||
),
|
||||
Message(
|
||||
id = 56,
|
||||
title = "Informacje o bieżących problemach z dziennikiem",
|
||||
|
@ -13,7 +28,7 @@ val messages = listOf(
|
|||
),
|
||||
isXVisible = true,
|
||||
isOkVisible = false,
|
||||
isVisible = true,
|
||||
isVisible = false,
|
||||
),
|
||||
Message(
|
||||
id = 55,
|
||||
|
|
Loading…
Reference in a new issue