chore: Update last event after decryption

pull/1206/head
Krille 1 year ago
parent 520d854e68
commit cdd32e7002
No known key found for this signature in database
GPG Key ID: E067ECD60F1A0652

@ -232,7 +232,9 @@ class ChatListItem extends StatelessWidget {
softWrap: false,
)
: FutureBuilder(
key: ValueKey(lastEvent?.eventId),
key: ValueKey(
'${lastEvent?.eventId}_${lastEvent?.type}',
),
future: needLastEventSender
? lastEvent.calcLocalizedBody(
MatrixLocals(L10n.of(context)!),

Loading…
Cancel
Save