Skip to content

Commit bcfa113

Browse files
committed
chore: update changelog draft
1 parent 187c656 commit bcfa113

File tree

1 file changed

+2
-12
lines changed

1 file changed

+2
-12
lines changed

CHANGELOG_DRAFT.md

+2-12
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,3 @@
1-
## v3.8.1
1+
## v3.8.2
22

3-
- **Added fallback for deleted emoji icons**
4-
Fixed a crash that occurred when a reaction emoji was deleted and could not be found. A question mark icon will now appear as a fallback in such cases.
5-
6-
- **Support for hiding user ids in mention suggestions**
7-
Added an option to hide user IDs in the mention suggestion list. It can be used as shown below:
8-
```tsx
9-
const module = createGroupChannelModule();
10-
const GroupChannelFragment = createGroupChannelFragment({
11-
SuggestedMentionList: (props) => <module.SuggestedMentionList {...props} showUserId={false} />,
12-
});
13-
```
3+
- Enabled overriding all chat options

0 commit comments

Comments
 (0)