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

Commit

Permalink
Add message with thanks
Browse files Browse the repository at this point in the history
  • Loading branch information
mklkj authored Jun 18, 2024
1 parent 1f4da6e commit 78eb70a
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions generator/src/main/kotlin/messages.kt
Original file line number Diff line number Diff line change
@@ -1,6 +1,17 @@
import io.github.wulkanowy.messages.pojo.*

val messages = listOf(
Message(
id = 95,
title = "Wulkanowy powstał ponad 8 lat temu...",
content = "Kliknij, aby przeczytać podsumowania i podziękowania",
priority = MessagePriority.LOW,
destinationUrl = "https://www.facebook.com/wulkanowy/posts/892218486254254",
messageTypes = listOf(
MessageType.DASHBOARD_MESSAGE,
),
isVisible = true,
),
Message(
id = 94,
title = "Dostępna aktualizacja",
Expand Down

0 comments on commit 78eb70a

Please sign in to comment.