Skip to content

Commit

Permalink
fix: added missing param to replace conversation
Browse files Browse the repository at this point in the history
  • Loading branch information
supersnager committed Oct 30, 2021
1 parent a59114c commit ed2bab4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/BasicStorage.ts
Original file line number Diff line number Diff line change
Expand Up @@ -211,6 +211,7 @@ export class BasicStorage implements IStorage {
typingUsers: conversation.typingUsers,
unreadCounter: conversation.unreadCounter,
draft: conversation.draft,
readonly: conversation.readonly,
})
)
.concat(this.conversations.slice(idx + 1));
Expand Down

0 comments on commit ed2bab4

Please sign in to comment.