Merge pull request #527 from vector-im/feature/privacy

Privacy: remove log of notifiable event (#519)
This commit is contained in:
Benoit Marty 2019-08-29 12:16:34 +02:00 committed by GitHub
commit 95c4c9ce56
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View File

@ -16,6 +16,7 @@ Bugfix:
- Slide-in reply icon is distorted (#423)
- Regression / e2e replies not encrypted
- Some video won't play
- Privacy: remove log of notifiable event (#519)

Translations:
-

View File

@ -48,7 +48,7 @@ class PushRuleTriggerListener @Inject constructor(
//TODO
} else {
notifiableEvent.noisy = !notificationAction.soundName.isNullOrBlank()
Timber.v("New event to notify $notifiableEvent tweaks:$notificationAction")
Timber.v("New event to notify")
notificationDrawerManager.onNotifiableEventReceived(notifiableEvent)
}
} else {