Update resman outage message

This commit is contained in:
Mikołaj Pich 2022-12-21 11:13:29 +01:00 committed by GitHub
parent d70b1da03b
commit 058296f61a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -4,11 +4,12 @@ val messages = listOf(
Message( Message(
id = 24, id = 24,
title = "UWAGA", title = "UWAGA",
content = "Resman przestał działać w Wulkanowym ze względu na niespodziewane i niezapowiedziane zmiany w systemie Resman Rzeszów. Kliknij, by dowiedzieć się więcej", content = "Aktualizacja naprawiająca obsługę systemu Resman powinna być już dostępna. Kliknij, by dowiedzieć się więcej",
priority = MessagePriority.HIGH, priority = MessagePriority.HIGH,
type = MessageType.DASHBOARD_MESSAGE, type = MessageType.DASHBOARD_MESSAGE,
targetRegisterHost = RegisterAddress.RESMAN.url, targetRegisterHost = RegisterAddress.RESMAN.url,
destinationUrl = "https://www.facebook.com/wulkanowy/posts/546997824109657", destinationUrl = "https://www.facebook.com/wulkanowy/posts/546997824109657",
versionMax = 116,
isDismissible = false, isDismissible = false,
isVisible = true, isVisible = true,
), ),