Skip to content
This repository was archived by the owner on Jun 10, 2022. It is now read-only.

Add picture to UserProfile #14

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

wayneholis
Copy link

Reference from User Profile doc
Currently UserProfile do not returned with picture.

@@ -41,6 +41,7 @@
private static final String NAME_KEY = "name";
private static final String NICKNAME_KEY = "nickname";
private static final String CREATED_AT_KEY = "createdAt";
private static final String PICTURE = "picture";
Copy link
Contributor

Choose a reason for hiding this comment

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

For consistency let's call it PICTURE_KEY

@nikolaseu
Copy link
Contributor

Don't forget to update the very simple test at UserProfileBridgeTest

update UserProfileBridgeTest for picture (+2 squashed commits)
Squashed commits:
[a218e35] rename PICTURE_KEY
[9660c9c] Add `picture` to UserProfile
@wayneholis wayneholis force-pushed the hotfix-profile-picture branch from 9660c9c to cc57cbe Compare March 29, 2016 21:24
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants