From 8801f947bb549e342a3601393e5fa779ffbd8ba1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miko=C5=82aj=20Pich?= Date: Thu, 4 Jan 2024 10:33:22 +0100 Subject: [PATCH] Add message about issues on GPE --- generator/src/main/kotlin/messages.kt | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/generator/src/main/kotlin/messages.kt b/generator/src/main/kotlin/messages.kt index 163ebda..5a2cd0c 100644 --- a/generator/src/main/kotlin/messages.kt +++ b/generator/src/main/kotlin/messages.kt @@ -1,6 +1,20 @@ import io.github.wulkanowy.messages.pojo.* val messages = listOf( + Message( + id = 52, + title = "Informacja od GPE", + content = "„Informujemy, że w najbliższy czwartek tj. 04.01.2024r. od godziny 22:00 do 06:00 dnia następnego mogą występować utrudnienia w dostępie do GPE spowodowane przerwą techniczną", + priority = MessagePriority.MEDIUM, + targetRegisterHost = RegisterAddress.EDU_GDANSK.url, + destinationUrl = "https://edu.gdansk.pl/", + types = listOf( + MessageType.DASHBOARD_MESSAGE, + MessageType.LOGIN_MESSAGE, + ), + isDismissible = true, + isVisible = true, + ), Message( id = 51, title = "Ogłoszenie",