From 9599213405f79876adc51efbeeb6bd896084d044 Mon Sep 17 00:00:00 2001 From: Ry Racherbaumer Date: Thu, 19 Dec 2024 14:25:19 -0600 Subject: [PATCH] Update CHANGELOG.md --- sdks/browser-sdk/CHANGELOG.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/sdks/browser-sdk/CHANGELOG.md b/sdks/browser-sdk/CHANGELOG.md index 9c9a3de1..99a6cc56 100644 --- a/sdks/browser-sdk/CHANGELOG.md +++ b/sdks/browser-sdk/CHANGELOG.md @@ -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