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
- Added `onPollUpdated`, `onPollVoted`, and `onPollDeleted` in `OpenChannelHandlerParams`
9
+
- Moved following methods from `GroupChannel` to `BaseChannel`:
10
+
-`updatePoll()`
11
+
-`deletePoll()`
12
+
-`closePoll()`
13
+
-`addPollOption()`
14
+
-`updatePollOption()`
15
+
-`deletePollOption()`
16
+
-`votePoll()`
17
+
-`getPollChangeLogsSinceTimestamp()`
18
+
-`getPollChangeLogsSinceToken()`
19
+
-`createPollListQuery()`
20
+
-`createPollVoterListQuery()`
21
+
22
+
### **Improvements**
23
+
- Fixed a bug where `GroupChannelFilter` using nicknames (`nicknameContainsFilter`, `nicknameExactMatchFilter`, and `nicknameExactMatchFilter`) includes current user's nickname when searching from locally cached group channels
24
+
- Fixed a bug where `BaseMessage.applyThreadInfoUpdateEvent()` always returning false
25
+
- Fixed a bug where `BaseChannel`’s `createMessageMetaArrayKeys`, `deleteMessageMetaArrayKeys`, `addMessageMetaArrayValues`, and `removeMessageMetaArrayValues` returning unexpected result when file message is given
0 commit comments