Add GPE cert issues message

This commit is contained in:
Mikołaj Pich 2024-01-05 12:18:09 +01:00 committed by GitHub
parent 841fec729d
commit 791e7737d9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,6 +1,19 @@
import io.github.wulkanowy.messages.pojo.*
val messages = listOf(
Message(
id = 53,
title = "Problemy z dziennikiem GPE",
content = "Od czwartku Wulkanowy pokazuje błędy informujące o błednej dacie na telefonie. W tym przypadku to akurat nieprawda. Błąd jest po stronie GPE. Przez ten błąd nie działa równiez Dzienniczek VULCAN (jeśli się mylimy to nas poprawcie). Radzimy zgłaszać problem na helpdesk GPE",
priority = MessagePriority.MEDIUM,
targetRegisterHost = RegisterAddress.EDU_GDANSK.url,
destinationUrl = "https://edu.gdansk.pl/",
types = listOf(
MessageType.DASHBOARD_MESSAGE,
MessageType.LOGIN_MESSAGE,
),
isVisible = true,
),
Message(
id = 52,
title = "Informacja od GPE",
@ -12,7 +25,7 @@ val messages = listOf(
MessageType.DASHBOARD_MESSAGE,
MessageType.LOGIN_MESSAGE,
),
isVisible = true,
isVisible = false,
),
Message(
id = 51,