Skip to content

Commit

Permalink
chore: Update lastEvent after redaction
Browse files Browse the repository at this point in the history
  • Loading branch information
krille-chan committed Jan 14, 2025
1 parent 36bdca8 commit 6f18f71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/pages/chat_list/chat_list_item.dart
Original file line number Diff line number Diff line change
Expand Up @@ -305,7 +305,7 @@ class ChatListItem extends StatelessWidget {
)
: FutureBuilder(
key: ValueKey(
'${lastEvent?.eventId}_${lastEvent?.type}',
'${lastEvent?.eventId}_${lastEvent?.type}_${lastEvent?.redacted}',
),
future: needLastEventSender
? lastEvent.calcLocalizedBody(
Expand Down

0 comments on commit 6f18f71

Please sign in to comment.