Use our topic for any app register
This commit is contained in:
parent
6e484df145
commit
d28cb07954
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue