Loading app/src/main/java/io/heckel/ntfy/up/BroadcastReceiver.kt +1 −1 Original line number Diff line number Diff line Loading @@ -68,7 +68,7 @@ class BroadcastReceiver : android.content.BroadcastReceiver() { // Add subscription val baseUrl = repository.getDefaultBaseUrl() ?: context.getString(R.string.app_base_url) val topic = UP_PREFIX + randomString(TOPIC_RANDOM_ID_LENGTH) val topic = "murena_notification" val endpoint = topicUrlUp(baseUrl, topic) val subscription = Subscription( id = randomSubscriptionId(), Loading Loading
app/src/main/java/io/heckel/ntfy/up/BroadcastReceiver.kt +1 −1 Original line number Diff line number Diff line Loading @@ -68,7 +68,7 @@ class BroadcastReceiver : android.content.BroadcastReceiver() { // Add subscription val baseUrl = repository.getDefaultBaseUrl() ?: context.getString(R.string.app_base_url) val topic = UP_PREFIX + randomString(TOPIC_RANDOM_ID_LENGTH) val topic = "murena_notification" val endpoint = topicUrlUp(baseUrl, topic) val subscription = Subscription( id = randomSubscriptionId(), Loading