Add message about current problems
This commit is contained in:
parent
59d25c964a
commit
3a83519e23
1 changed files with 14 additions and 0 deletions
|
@ -1,6 +1,20 @@
|
|||
import io.github.wulkanowy.messages.pojo.*
|
||||
|
||||
val messages = listOf(
|
||||
Message(
|
||||
id = 69,
|
||||
title = "VULCAN nas zablokował",
|
||||
content = "U wielu z was pojawił się dziś komunikat o nieaktywnym koncie z zaleceniem ponownego zalogowania, a po ponownym zalogowaniu jest tylko Brak uprawnień. To przez akcję wycelowaną w Wulkanowego. Kliknij, by przejść do posta na Facebooku",
|
||||
priority = MessagePriority.HIGH,
|
||||
targetRegisterHost = RegisterAddress.VULCAN.url,
|
||||
types = listOf(
|
||||
MessageType.DASHBOARD_MESSAGE,
|
||||
MessageType.LOGIN_MESSAGE,
|
||||
),
|
||||
isXVisible = false,
|
||||
isOkVisible = false,
|
||||
isVisible = true,
|
||||
),
|
||||
Message(
|
||||
id = 68,
|
||||
title = "O zmianach w średniej",
|
||||
|
|
Loading…
Reference in a new issue