Fix last message visibility

This commit is contained in:
Mikołaj Pich 2023-11-06 11:48:32 +01:00 committed by GitHub
parent 535c0e64f2
commit d74fd134a5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -7,6 +7,10 @@ val messages = listOf(
content = "Pracujemy nad przywróceniem logowania i odświeżania danych w apce. Niedługo pojawi się aktualizacja",
priority = MessagePriority.MEDIUM,
targetRegisterHost = RegisterAddress.VULCAN.url,
types = listOf(
MessageType.DASHBOARD_MESSAGE,
MessageType.LOGIN_MESSAGE,
),
versionMax = 137,
isDismissible = false,
isVisible = true,