forked from AkkomaGang/akkoma-fe
Fix the chat list order and last message timestamp updates
This commit is contained in:
parent
679a1f5e1c
commit
92caaa2d7f
1 changed files with 1 additions and 0 deletions
|
@ -143,6 +143,7 @@ const chats = {
|
|||
const isNewMessage = (chat.lastMessage && chat.lastMessage.id) !== (updatedChat.lastMessage && updatedChat.lastMessage.id)
|
||||
chat.lastMessage = updatedChat.lastMessage
|
||||
chat.unread = updatedChat.unread
|
||||
chat.updated_at = updatedChat.updated_at
|
||||
if (isNewMessage && chat.unread) {
|
||||
newChatMessageSideEffects(updatedChat)
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue