From bfd8d7f99c173ef1569921b210d67742b140124f Mon Sep 17 00:00:00 2001 From: Krille Date: Wed, 29 May 2024 07:27:51 +0200 Subject: [PATCH] chore: Follow up update last event --- lib/pages/chat_list/chat_list_item.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/pages/chat_list/chat_list_item.dart b/lib/pages/chat_list/chat_list_item.dart index e9e9ce17e..965c73917 100644 --- a/lib/pages/chat_list/chat_list_item.dart +++ b/lib/pages/chat_list/chat_list_item.dart @@ -232,7 +232,7 @@ class ChatListItem extends StatelessWidget { softWrap: false, ) : FutureBuilder( - key: ValueKey(lastEvent?.senderId), + key: ValueKey(lastEvent?.eventId), future: needLastEventSender ? lastEvent.calcLocalizedBody( MatrixLocals(L10n.of(context)!),