Add message about resolving "star" issue

This commit is contained in:
Mikołaj Pich 2023-05-10 00:03:50 +02:00 committed by GitHub
parent 536536bae7
commit 97eee0e5e4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,6 +1,17 @@
import io.github.wulkanowy.messages.pojo.*
val messages = listOf(
Message(
id = 31,
title = "Masz gwiazdki w imieniu i nazwisku, a apka pokazuje dużo błedów?",
content = "Kliknij tutaj po instrukcję naprawy tego problemu",
priority = MessagePriority.HIGH,
type = MessageType.DASHBOARD_MESSAGE,
destinationUrl = "https://www.facebook.com/wulkanowy/posts/643278101148295",
versionMin = 122,
isDismissible = false,
isVisible = true,
),
Message(
id = 30,
title = "Witaj w nowej wersji Wulkanowego!",