chore: Update lastEvent after redaction

pull/1403/merge
Krille 6 months ago
parent 36bdca84c7
commit 6f18f71644
No known key found for this signature in database
GPG Key ID: E067ECD60F1A0652

@ -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(

Loading…
Cancel
Save