-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
Spec:
New APIs
Add to the save user API an ability to add an image.
Update user API to allow them to update use data such as profile image
Implementation:
We will take the image and store it into Ditto using similar attachment handling as messages does.
New Data Key: profilePicture: Ditto attachment token, profilePictureThumbnail: Binary of thumbnail
Add to the user object the image and we will have a similar thumbnail vs full size structure that we have for images in the library already.
Reactions are currently unavailable