Add message about login issues

This commit is contained in:
Mikołaj Pich 2023-11-03 23:32:18 +01:00 committed by GitHub
parent 23dea2e13c
commit 54795f11a7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,6 +1,18 @@
import io.github.wulkanowy.messages.pojo.*
val messages = listOf(
Message(
id = 40,
title = "Problemy z logowaniem?",
content = "Aktualnie mogą występować przejściowe problemy z logowaniem do dziennika spowodowane ostatnią aktualizacją systemu VULCAN. W razie problemu - spróbuj ponownie później",
priority = MessagePriority.HIGH,
targetRegisterHost = RegisterAddress.VULCAN.url,
types = listOf(
MessageType.LOGIN_MESSAGE,
),
isDismissible = false,
isVisible = true,
),
Message(
id = 39,
title = "Problemy z logowaniem?",