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: vector/src/main/java/im/vector/app/features/home/room/detail/timeline/helper/TimelineEventVisibilityHelper.kt
+10-6Lines changed: 10 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -151,16 +151,20 @@ class TimelineEventVisibilityHelper @Inject constructor(
151
151
rootThreadEventId:String?,
152
152
isFromThreadTimeline:Boolean
153
153
): List<TimelineEvent> {
154
-
val prevSub = timelineEvents
155
-
.subList(0, index +1)
156
-
// Ensure to not take the REDACTION events into account
0 commit comments