Skip to content

Commit 11dae62

Browse files
committed
update jmessage gethistory helper function
1 parent e656c7c commit 11dae62

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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
);

0 commit comments

Comments
 (0)