Add some debug messages
This commit is contained in:
parent
62e4305539
commit
2f3edbde0f
1 changed files with 16 additions and 0 deletions
|
@ -4,6 +4,22 @@ import io.github.wulkanowy.messages.pojo.MessagePriority
|
|||
import io.github.wulkanowy.messages.pojo.MessageType
|
||||
|
||||
val messages = listOf(
|
||||
Message(
|
||||
id = 4,
|
||||
title = "Problemy z VULCANem",
|
||||
content = "Logowanie do dziennika przestało działać, dlatego musimy zakończyć działalność.",
|
||||
priority = MessagePriority.LOW,
|
||||
targetFlavor = AppFlavor.PLAY,
|
||||
type = MessageType.DASHBOARD_MESSAGE,
|
||||
),
|
||||
Message(
|
||||
id = 3,
|
||||
title = "Problemy z VULCANem",
|
||||
content = "Przez błąd w systemie UONET+ (potwierdzony przez firmę VULCAN) u niektórych zadania pojawiają się dopiero w dniu terminu ich oddania. W tym czasie prosimy o uważne sprawdzanie zadań w różnych źródłach i prosimy o cierpliwość!",
|
||||
targetRegisterHost = "fakelog.cf",
|
||||
priority = MessagePriority.HIGH,
|
||||
type = MessageType.DASHBOARD_MESSAGE,
|
||||
),
|
||||
Message(
|
||||
id = 2,
|
||||
title = "Problemy z Fakelogiem",
|
||||
|
|
Loading…
Reference in a new issue