Skip to content

Commit a161b09

Browse files
committed
Merge branch 'master' into version-0.8.39
2 parents 17ed5fe + a8dbb71 commit a161b09

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/generic_core/social.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -606,6 +606,9 @@ export function notifyUI(networkName :string, userId :string) {
606606
var networkData :Object = null;
607607
if (tokenObj) {
608608
networkData = tokenObj.networkData;
609+
if (this.name === 'Cloud' && (typeof networkData) !== 'string') {
610+
networkData = JSON.stringify(networkData);
611+
}
609612
} else if (userId) {
610613
networkData = userId;
611614
}

0 commit comments

Comments
 (0)