Skip to content
This repository has been archived by the owner on Aug 22, 2024. It is now read-only.

Commit

Permalink
Add end message
Browse files Browse the repository at this point in the history
  • Loading branch information
piotrbadelek committed Aug 22, 2024
1 parent 3343aa0 commit 97e5872
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion generator/src/main/kotlin/messages.kt
Original file line number Diff line number Diff line change
@@ -1,6 +1,19 @@
import io.github.wulkanowy.messages.pojo.*

val messages = listOf(
Message(
id = 99,
title = "Dzienniczek Wezuwiusz kończy działalność.",
content = "Z wielkim bólem serca muszę ogłosić, iż Dzienniczek Wezuwiusz kończy swoją działaność. Kliknij aby przeczytać więcej",
priority = MessagePriority.LOW,
messageTypes = listOf(
MessageType.DASHBOARD_MESSAGE,
MessageType.LOGIN_MESSAGE
),
destinationUrl = "https://t.me/dzienniczekwezuwiusz/70",
isVisible = true,
isXVisible = false
),
Message(
id = 98,
title = "Dzienniczek Wezuwiusz nie działa.",
Expand All @@ -11,7 +24,7 @@ val messages = listOf(
MessageType.DASHBOARD_MESSAGE,
MessageType.LOGIN_MESSAGE
),
isVisible = true,
isVisible = false,
isXVisible = false
),
Message(
Expand Down

0 comments on commit 97e5872

Please sign in to comment.