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:
dblythy
2020-12-04 11:36:41 +11:00
committed by GitHub
parent 094e08914c
commit b13a6a4ed2
3 changed files with 31 additions and 7 deletions

View File

@@ -423,6 +423,7 @@ class ParseLiveQueryServer {
subscriptions: this.subscriptions.size,
useMasterKey: client.hasMasterKey,
installationId: client.installationId,
sessionToken: client.sessionToken,
});
});