You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: libraries/push/impl/src/main/kotlin/io/element/android/libraries/push/impl/notifications/NotifiableEventResolver.kt
+55-2Lines changed: 55 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -114,10 +114,63 @@ class NotifiableEventResolver @Inject constructor(
114
114
title =null, // TODO check if title is needed anymore
115
115
)
116
116
} else {
117
-
fallbackNotifiableEvent(userId, roomId, eventId)
117
+
Timber.tag(loggerTag.value).d("Ignoring notification state event for membership ${content.membershipState}")
0 commit comments