Skip to content

Conversation

flovilmart
Copy link
Contributor

Proposed fix for #387

@@ -1352,7 +1367,7 @@ describe('Parse.User testing', () => {
var b = JSON.parse(body);
expect(b.results.length).toEqual(1);
var user = b.results[0];
expect(Object.keys(user).length).toEqual(6);
expect(Object.keys(user).length).toEqual(7);
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Bumped to 7 as ACL property is set.
⚠️ installationId is set there.
Having installationId mapped on the user can be highly problematic when a user has multiple devices. it should be removed.

gfosco added a commit that referenced this pull request Feb 16, 2016
@gfosco gfosco merged commit b1a9536 into parse-community:master Feb 16, 2016
@gfosco
Copy link
Contributor

gfosco commented Feb 16, 2016

👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants