Fix conversation last activity calculation
This commit is contained in:
parent
aa43f322b3
commit
2db1569fbd
2 changed files with 4 additions and 4 deletions
|
@ -1899,7 +1899,7 @@
|
|||
|
||||
const currentTimestamp = this.get('timestamp') || null;
|
||||
const timestamp = activityMessage
|
||||
? activityMessage.sent_at || currentTimestamp
|
||||
? activityMessage.get('sent_at') || currentTimestamp
|
||||
: currentTimestamp;
|
||||
|
||||
this.set({
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue