Skip to content

Commit

Permalink
fix: fix conversations sync
Browse files Browse the repository at this point in the history
  • Loading branch information
giuliano176 committed Sep 11, 2023
1 parent 1481aeb commit 9595c31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/store/sync/conversation.ts
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ export const handleCreatedMessagesInConversationsReducer = (
msg.l === FOLDERS.DRAFTS
? conversation.date
: (last(sortBy(filter(messages, { parent: state.currentFolder }), 'date')) as ConvMessage)
.date;
?.date;

const conv = {
[msg.cid]: {
Expand Down

0 comments on commit 9595c31

Please sign in to comment.