Add new message about new issues
This commit is contained in:
parent
1c25637b66
commit
95328b92f9
1 changed files with 13 additions and 0 deletions
|
@ -1,6 +1,19 @@
|
|||
import io.github.wulkanowy.messages.pojo.*
|
||||
|
||||
val messages = listOf(
|
||||
Message(
|
||||
id = 46,
|
||||
title = "Błędy, błędy, błędy",
|
||||
content = "Wulkanowy nie działa. Wszystkim. Wiemy o problemie, pracujemy nad jego rozwiązaniem. Nie musicie nam już zgłaszać błędów, bo wiemy o nich :)",
|
||||
priority = MessagePriority.MEDIUM,
|
||||
targetRegisterHost = RegisterAddress.VULCAN.url,
|
||||
types = listOf(
|
||||
MessageType.LOGIN_MESSAGE,
|
||||
MessageType.DASHBOARD_MESSAGE,
|
||||
),
|
||||
isDismissible = false,
|
||||
isVisible = true,
|
||||
),
|
||||
Message(
|
||||
id = 45,
|
||||
title = "Informacja o problemach z dostępem do dziennika",
|
||||
|
|
Loading…
Reference in a new issue