Skip to content

Commit

Permalink
update chatlistitem on reaction event
Browse files Browse the repository at this point in the history
this commit could be reverted when rebasing onto the chatlist events pr #3268 (depending on pr merge order)
  • Loading branch information
Simon-Laux committed Apr 4, 2024
1 parent 579790a commit e64351b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/renderer/components/chat/ChatList.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -557,6 +557,7 @@ export function useLogicVirtualChatList(
| 'ChatModified'
| 'MsgsChanged'
| 'MsgsNoticed'
| 'ReactionsChanged'
}
>) => {
if (chatId === C.DC_CHAT_ID_TRASH) {
Expand Down

0 comments on commit e64351b

Please sign in to comment.