File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 1515
1616- 修复了不需要消息表情回应时 UI 错乱问题。
1717- 修复了一些文案问题。
18+ - 修复了群详情页面中解散群组请求中强引用的问题。
1819
1920### 重大变更
2021
Original file line number Diff line number Diff line change @@ -125,7 +125,7 @@ const ChatContainer = () => {
125125 content: ' SELECT' ,
126126 },
127127 {
128- // 展示消息固定
128+ // 展示消息置顶
129129 content: ' PIN' ,
130130 },
131131 {
@@ -194,7 +194,7 @@ const ChatContainer = () => {
194194 sendButtonIcon= {< Icon type= " AIR_PLANE" / > } // 发送按钮 Icon
195195 row= {1 } // Input 行数
196196 placeHolder= " 请输入内容" // 默认占位符
197- enabledMention= {true } // 是否开启@ 功能
197+ enabledMention= {true } // 是否开启群 @ 功能
198198 onSendMessage= {message => {}} // 发送消息的回调
199199 onBeforeSendMessage= {message => {}} // 消息发送前回调,该回调返回 promise,如果返回的 promise 的状态为已解决(resolved),则发送消息;如果返回的 promise 的状态为已失败(rejected),则不发送消息。
200200 / >
Original file line number Diff line number Diff line change 22
33<Toc />
44
5- 聊天 UIKit 的内部 state 据全部存储在 rootStore,rootStore 数据更新会驱动各个组件更新 UI。你可以使用 rootStore 上的数据,也可以调用 UIKit 提供的方法来更新数据。
5+ 聊天 UIKit 的内部 state 数据全部存储在 rootStore,rootStore 数据更新会驱动各个组件更新 UI。你可以使用 rootStore 上的数据,也可以调用 UIKit 提供的方法来更新数据。
66
77rootStore 包含以下数据模块:
88
You can’t perform that action at this time.
0 commit comments