Add message about current system issues
This commit is contained in:
parent
055caf2b6d
commit
09715be360
1 changed files with 14 additions and 0 deletions
|
@ -1,6 +1,20 @@
|
|||
import io.github.wulkanowy.messages.pojo.*
|
||||
|
||||
val messages = listOf(
|
||||
Message(
|
||||
id = 56,
|
||||
title = "Informacje o bieżących problemach z dziennikiem",
|
||||
content = "Masz jakiś problem z apką? Kliknij tutaj i napisz o nim",
|
||||
priority = MessagePriority.MEDIUM,
|
||||
targetRegisterHost = RegisterAddress.VULCAN.url,
|
||||
destinationUrl = "https://www.facebook.com/wulkanowy/posts/807158678093569",
|
||||
types = listOf(
|
||||
MessageType.DASHBOARD_MESSAGE,
|
||||
),
|
||||
isXVisible = true,
|
||||
isOkVisible = true,
|
||||
isVisible = true,
|
||||
),
|
||||
Message(
|
||||
id = 55,
|
||||
title = "Piątkowa awaria",
|
||||
|
|
Loading…
Reference in a new issue