Skip to content

Commit cc0d722

Browse files
KenChoiKenChoi
authored andcommitted
Merge branch 'dev' of github.com:jpush/jmessage-react-plugin into dev
2 parents 2fc19be + dab15df commit cc0d722

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

document/API.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -699,6 +699,7 @@ JMessage.getHistoryMessages({ type: 'single', username: 'username',
699699
- groupId: 对象群组 id。当 `type` 为 'group' 时,`groupId` 为必填。
700700
- from: 第一条消息对应的下标,起始为 0。
701701
- limit: 消息数。当 from = 0 并且 limit = -1 时,返回所有的历史消息。
702+
- isDescend: 是否降序(消息时间戳从大到小排序),默认为 false。
702703

703704
### downloadOriginalImage
704705

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jmessage-react-plugin",
3-
"version": "2.3.4",
3+
"version": "2.3.5",
44
"description": "a jmessage plugin for react native application",
55
"main": "index.js",
66
"repository": {

0 commit comments

Comments
 (0)