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.
2 parents a893315 + 5a90456 commit fdb6622Copy full SHA for fdb6622
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+## 0.0.9
2
+
3
+ fix: JMConversationInfo getHistoryMessages helper function
4
5
## 0.0.8
6
7
fix: group.maxMemberCount type
lib/jmessage_flutter.dart
@@ -2119,6 +2119,7 @@ class JMConversationInfo {
2119
@required int limit,
2120
}) async {
2121
List msgs = await JmessageFlutter().getHistoryMessages(
2122
+ type: target.targetType,
2123
from: from,
2124
limit: limit
2125
);
pubspec.yaml
@@ -1,6 +1,6 @@
name: jmessage_flutter
description: Offically supported JMessage Flutter plugin.
-version: 0.0.8
+version: 0.0.9
author: huminios <h380108184@gmail.com>
homepage: https://www.jiguang.cn
0 commit comments