Add info about new shiny block
This commit is contained in:
parent
6603522aae
commit
bf45fc032e
1 changed files with 16 additions and 0 deletions
|
@ -1,6 +1,22 @@
|
|||
import io.github.wulkanowy.messages.pojo.*
|
||||
|
||||
val messages = listOf(
|
||||
Message(
|
||||
id = 75,
|
||||
title = "Drodzy użytkownicy",
|
||||
content = "Zablokowali nas. Znowu",
|
||||
priority = MessagePriority.HIGH,
|
||||
targetRegisterHost = RegisterAddress.VULCAN.url,
|
||||
destinationUrl = "https://www.facebook.com/wulkanowy/posts/865106782298758",
|
||||
messageTypes = listOf(
|
||||
MessageType.DASHBOARD_MESSAGE,
|
||||
MessageType.LOGIN_MESSAGE,
|
||||
MessageType.LOGIN_STUDENT_SELECT_MESSAGE,
|
||||
),
|
||||
isXVisible = true,
|
||||
isOkVisible = false,
|
||||
isVisible = true,
|
||||
),
|
||||
Message(
|
||||
id = 74,
|
||||
title = "O ostatnich problemach",
|
||||
|
|
Loading…
Reference in a new issue