Update messages.kt

This commit is contained in:
Rafał Borcz 2021-10-09 21:23:12 +02:00 committed by GitHub
parent 27e567d832
commit 62e4305539
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -6,10 +6,10 @@ import io.github.wulkanowy.messages.pojo.MessageType
val messages = listOf(
Message(
id = 2,
title = "Problemy z zadaniami domowymi",
title = "Problemy z Fakelogiem",
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,
priority = MessagePriority.MEDIUM,
type = MessageType.DASHBOARD_MESSAGE,
),
Message(