Delete obsolete comment.

This commit is contained in:
Benoit Marty 2022-06-16 11:56:30 +02:00
parent 49681982ae
commit d978d0a6b4
1 changed files with 0 additions and 6 deletions

View File

@ -119,12 +119,6 @@ class VectorMessagingReceiver : MessagingReceiver() {
}
}
/**
* Called if InstanceID token is updated. This may occur if the security of
* the previous token had been compromised. Note that this is also called
* when the InstanceID token is initially generated, so this is where
* you retrieve the token.
*/
override fun onNewEndpoint(context: Context, endpoint: String, instance: String) {
Timber.tag(loggerTag.value).i("onNewEndpoint: adding $endpoint")
if (vectorPreferences.areNotificationEnabledForDevice() && activeSessionHolder.hasActiveSession()) {