Done TODO

This commit is contained in:
Benoit Marty 2021-03-25 17:06:43 +01:00 committed by Benoit Marty
parent c46f7fed5f
commit 9a124f7630

View file

@ -194,7 +194,6 @@ class VectorFirebaseMessagingService : FirebaseMessagingService() {
val resolvedEvent = notifiableEventResolver.resolveInMemoryEvent(session, event)
// TODO Test the Event against the push rules
resolvedEvent
?.also { Timber.d("Fast lane: notify drawer") }
?.let {