From 17a29d7e86f5c77319b9b4357f575e6cad066809 Mon Sep 17 00:00:00 2001 From: dtubaileh <48507771+dtubaileh@users.noreply.github.com> Date: Wed, 16 Feb 2022 16:46:03 +0200 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 542bad5..a27f265 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -20,6 +20,7 @@ All notable changes to Rainbow-React-Native-SDK will be documented in this file. - Un mute participant get stuck. - Fixing Contact Presence not synced in the call Logs. - Fixing the Bubble Message View is not synced when edit bubble. +- Fixing edit bubble is not synced in both conversations and bubbles list. **Other Changes:** - Remove `getMyBubbles` with the associated event `MyBubblesUpdated` in [Bubble Services](https://hub.openrainbow.com/#/documentation/doc/sdk/reactnative/api/BubbleServices), where you can use `getBubbles` instead and filter them by `isUserOwner` flag.