Files
open-im-sdk-flutter/CHANGELOG.md
hrxiang 06372b6eee [Fix]
2021-09-29 10:53:30 +08:00

28 lines
600 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

## 0.0.7
1新增根据用户id或群组id获取会话id的方法 </br>
2修改会话管理器入参sessionType的类型为int
## 0.0.6
fix bug
## 0.0.5
升级sdk </br>
fix message error bug
## 0.0.4
将createCustomMessage方法入参从Uint8List替换为Map
## 0.0.3
upgrade sdk </br>
fix bug </br>
## 0.0.2
1将 markSingleMessageHasRead、markGroupMessageHasRead和getTotalUnreadMsgCount方法从类MessageManager移动到类ConversationManager。</br>
2修改setFriendInfo方法的参数。</br>
3修改createGroup和setGroupInfo方法的参数。
## 0.0.1
initial release.