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(
|
: FutureBuilder(
|
||||||
key: ValueKey(
|
key: ValueKey(
|
||||||
'${lastEvent?.eventId}_${lastEvent?.type}',
|
'${lastEvent?.eventId}_${lastEvent?.type}_${lastEvent?.redacted}',
|
||||||
),
|
),
|
||||||
future: needLastEventSender
|
future: needLastEventSender
|
||||||
? lastEvent.calcLocalizedBody(
|
? lastEvent.calcLocalizedBody(
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue