feat: include sessionToken in onLiveQueryEvent (#7043)
* feat: include user in onLiveQueryEvent * Update ParseLiveQuery.spec.js * increase coverage * add space * Update ParseLiveQuery.spec.js * remove user from runLiveQueryEventHandlers
This commit is contained in:
@@ -423,6 +423,7 @@ class ParseLiveQueryServer {
|
||||
subscriptions: this.subscriptions.size,
|
||||
useMasterKey: client.hasMasterKey,
|
||||
installationId: client.installationId,
|
||||
sessionToken: client.sessionToken,
|
||||
});
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user