You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
text: "This method can be used to update data on the server without losing intermediate updates that might have happened in the time between when the object was last received and updated."
11
+
- type: feature
12
+
text: "There are `chat.mutedUsersManager.mute(userId:completion:)` and `chat.mutedUsersManager.unmuteUser(userId:completion:)` to mute and unmute a user, respectively."
13
+
- type: feature
14
+
text: "Add the option to automatically sync the mute list by enabling `ChatConfiguration.syncMutedUsers`."
15
+
- type: feature
16
+
text: "Add missing function to parse quoted message text into `[MessageElement]`."
17
+
- type: bug
18
+
text: "Fix the problem of overwriting custom data at regular intervals when `storeUserActivityInterval` is enabled."
0 commit comments