Skip to content

Commit fdb6622

Browse files
Merge pull request jpush#18 from jpush/dev
Dev
2 parents a893315 + 5a90456 commit fdb6622

File tree

3 files changed

+6
-1
lines changed

3 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.0.9
2+
3+
fix: JMConversationInfo getHistoryMessages helper function
4+
15
## 0.0.8
26

37
fix: group.maxMemberCount type

lib/jmessage_flutter.dart

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2119,6 +2119,7 @@ class JMConversationInfo {
21192119
@required int limit,
21202120
}) async {
21212121
List msgs = await JmessageFlutter().getHistoryMessages(
2122+
type: target.targetType,
21222123
from: from,
21232124
limit: limit
21242125
);

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: jmessage_flutter
22
description: Offically supported JMessage Flutter plugin.
3-
version: 0.0.8
3+
version: 0.0.9
44
author: huminios <h380108184@gmail.com>
55
homepage: https://www.jiguang.cn
66

0 commit comments

Comments
 (0)