Skip to content

Commit

Permalink
Update CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
rygine authored Dec 19, 2024
1 parent 9d1be3b commit 9599213
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion sdks/browser-sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,13 @@

### Patch Changes

- dad39c4: Browser SDK updates
- dad39c4:
- Added admins and super admins to conversation data sync
- Refactored `Conversation` admin and super admin accessors
- Changed `admins` and `superAdmins` to getters
- Added `syncAdmins` and `syncSuperAdmins` methods
- Refactored `Conversations.getConversationById`, `Conversations.listDms`, `Conversations.listGroups`, and `Conversations.getDmByInboxId` to return `Conversation` instances
- Refactored `Conversations.getMessageById` to return `DecodedMessage` instance

## 0.0.9

Expand Down

0 comments on commit 9599213

Please sign in to comment.