chore: Update lastEvent after redaction
This commit is contained in:
parent
36bdca84c7
commit
6f18f71644
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Reference in a new issue