Add message about login issues on edu.lublin
This commit is contained in:
parent
ae17386a7f
commit
8b1b5cdf9c
1 changed files with 13 additions and 0 deletions
|
@ -1,6 +1,19 @@
|
|||
import io.github.wulkanowy.messages.pojo.*
|
||||
|
||||
val messages = listOf(
|
||||
Message(
|
||||
id = 65,
|
||||
title = "Problemy z logowaniem",
|
||||
content = "Wiemy o problemach z lgoowaniem do Lubelskiego Portalu Oświatowego, ale niestety nie wiemy czym są one spowodowane. Badamy sprawę. Póki co zalecamy korzystanie z oficjalnej apki od VULCANa",
|
||||
priority = MessagePriority.HIGH,
|
||||
targetRegisterHost = RegisterAddress.EDU_LUBLIN.url,
|
||||
types = listOf(
|
||||
MessageType.LOGIN_MESSAGE,
|
||||
),
|
||||
isXVisible = false,
|
||||
isOkVisible = false,
|
||||
isVisible = true,
|
||||
),
|
||||
Message(
|
||||
id = 64,
|
||||
title = "Dostępna aktualizacja",
|
||||
|
|
Loading…
Reference in a new issue