diff --git a/CHANGES.md b/CHANGES.md index dd9cc737..415cdff4 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -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: - diff --git a/vector/src/main/java/im/vector/riotx/features/notifications/PushRuleTriggerListener.kt b/vector/src/main/java/im/vector/riotx/features/notifications/PushRuleTriggerListener.kt index d404b64c..555c8737 100644 --- a/vector/src/main/java/im/vector/riotx/features/notifications/PushRuleTriggerListener.kt +++ b/vector/src/main/java/im/vector/riotx/features/notifications/PushRuleTriggerListener.kt @@ -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 {