From 1d6a5510ffa96c0c4e4684bd0b782222356530d0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miko=C5=82aj=20Pich?= Date: Thu, 11 May 2023 12:47:48 +0200 Subject: [PATCH] Decrease latest message priority --- generator/src/main/kotlin/messages.kt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/generator/src/main/kotlin/messages.kt b/generator/src/main/kotlin/messages.kt index 37f3498..6186a44 100644 --- a/generator/src/main/kotlin/messages.kt +++ b/generator/src/main/kotlin/messages.kt @@ -5,11 +5,11 @@ val messages = listOf( id = 31, title = "W imieniu poniżej wyświetlają się gwiazdki i w apce pokazują się błędy?", content = "Jeśli tak, to kliknij tutaj po instrukcję naprawy tego problemu. Jeśli nie - zignoruj ten komunikat", - priority = MessagePriority.HIGH, + priority = MessagePriority.MEDIUM, type = MessageType.DASHBOARD_MESSAGE, destinationUrl = "https://www.facebook.com/wulkanowy/posts/643278101148295", versionMin = 122, - isDismissible = true, + isDismissible = false, isVisible = true, ), Message(