Skip to content

Commit

Permalink
chore: update changelog draft
Browse files Browse the repository at this point in the history
  • Loading branch information
bang9 committed Dec 11, 2024
1 parent 187c656 commit bcfa113
Showing 1 changed file with 2 additions and 12 deletions.
14 changes: 2 additions & 12 deletions CHANGELOG_DRAFT.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,3 @@
## v3.8.1
## v3.8.2

- **Added fallback for deleted emoji icons**
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.

- **Support for hiding user ids in mention suggestions**
Added an option to hide user IDs in the mention suggestion list. It can be used as shown below:
```tsx
const module = createGroupChannelModule();
const GroupChannelFragment = createGroupChannelFragment({
SuggestedMentionList: (props) => <module.SuggestedMentionList {...props} showUserId={false} />,
});
```
- Enabled overriding all chat options

0 comments on commit bcfa113

Please sign in to comment.