From b6e1a0eea9a8d96c7cab84e5b569f4e371b1b441 Mon Sep 17 00:00:00 2001 From: Lotus Bot Date: Fri, 22 May 2026 02:23:17 -0400 Subject: [PATCH] fix: use Icons.Setting (singular) - folds v2.6.2 has no Icons.Settings Icons.Settings is undefined in folds v2.6.2; only Icons.Setting exists. This caused TypeError: i is not a function when rendering m.room.join_rules or m.room.guest_access state events in the room timeline, crashing DMs with those events visible in the initial view. --- src/app/features/room/RoomTimeline.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/features/room/RoomTimeline.tsx b/src/app/features/room/RoomTimeline.tsx index 0edee386e..36e1fded0 100644 --- a/src/app/features/room/RoomTimeline.tsx +++ b/src/app/features/room/RoomTimeline.tsx @@ -1694,7 +1694,7 @@ export function RoomTimeline({ room, eventId, roomInputRef, editor }: RoomTimeli @@ -1736,7 +1736,7 @@ export function RoomTimeline({ room, eventId, roomInputRef, editor }: RoomTimeli