diff --git a/app/src/main/kotlin/com/github/gotify/NotificationSupport.kt b/app/src/main/kotlin/com/github/gotify/NotificationSupport.kt index cfebb3b..92bceea 100644 --- a/app/src/main/kotlin/com/github/gotify/NotificationSupport.kt +++ b/app/src/main/kotlin/com/github/gotify/NotificationSupport.kt @@ -206,7 +206,7 @@ internal object NotificationSupport { } private fun getChannelID(importance: String, groupId: String): String { - return "$importance::$groupId" + return "$groupId::$importance" } fun getChannelID(priority: Long, groupId: String): String {