Add technical break message

This commit is contained in:
Mikołaj Pich 2023-05-19 23:16:02 +02:00 committed by GitHub
parent b67fdbfa64
commit cdb58022e5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,6 +1,15 @@
import io.github.wulkanowy.messages.pojo.*
val messages = listOf(
Message(
id = 35,
title = "Przerwa techniczna systemu UONET+",
content = "Jest piątek wieczór! Nie wysyłajcie nam zgłoszeń o przerwie technicznej bo i tak nic na nią nie poradzimy!",
priority = MessagePriority.MEDIUM,
type = MessageType.DASHBOARD_MESSAGE,
isDismissible = false,
isVisible = true,
),
Message(
id = 34,
title = "Witaj w najnowszej wersji Wulkanowego",
@ -10,7 +19,7 @@ val messages = listOf(
destinationUrl = "https://www.facebook.com/wulkanowy/posts/646383727504399",
versionMin = 125,
isDismissible = true,
isVisible = true,
isVisible = false,
),
Message(
id = 33,