We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 39bd4a3 commit 1efb82dCopy full SHA for 1efb82d
CHANGELOG_DRAFT.md
@@ -1,23 +1,5 @@
1
-## v3.1.0
2
-
3
-### Features
4
5
-- Added Quote reply feature in group channels (default: turned on)
6
- ```tsx
7
- const App = () => {
8
- <SendbirdUIKitContainer
9
- appId={APP_ID}
10
- uikitOptions={{
11
- groupChannel: {
12
- replyType: 'none', // 'none', 'quote_reply'
13
- },
14
- }}
15
- />;
16
- };
17
- ```
+## v3.1.1
18
19
### Improvements
20
21
-- Updated the minimum chat SDK version to v4.9.8.
22
-- Improved video thumbnail fetching and caching logic in the native media service.
23
-- Enhanced stability.
+- When there is a thumbnail in the message, uses the first thumbnail of the video/image message
0 commit comments