mirror of
https://github.com/WuKongIM/WuKongIMFlutterSDK
synced 2025-05-29 15:12:20 +00:00
fix: Modifying non JSON serialization errors in extended fields
This commit is contained in:
parent
5f686c4f90
commit
33880c1b47
@ -240,7 +240,7 @@ class WKDBConst {
|
||||
if (jsonStr != '' && isJsonString(jsonStr)) {
|
||||
return jsonDecode(jsonStr);
|
||||
}
|
||||
return {};
|
||||
return jsonStr;
|
||||
}
|
||||
|
||||
static bool isJsonString(String str) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user