Skip to content

Commit

Permalink
Add sync_all_conversations to NAPI exports
Browse files Browse the repository at this point in the history
  • Loading branch information
rygine committed Nov 19, 2024
1 parent 9565c04 commit e934c2e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions bindings_node/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

- Renamed `Level` to `LogLevel`
- Filtered out group membership messages from DM groups
- Fixed `syncAllConversations` export

## 0.0.18

Expand Down
1 change: 1 addition & 0 deletions bindings_node/src/conversations.rs
Original file line number Diff line number Diff line change
Expand Up @@ -248,6 +248,7 @@ impl Conversations {
Ok(())
}

#[napi]
pub async fn sync_all_conversations(&self) -> Result<usize> {
let groups = self
.inner_client
Expand Down

0 comments on commit e934c2e

Please sign in to comment.