-
Notifications
You must be signed in to change notification settings - Fork 0
Cache user profile picture #19
Copy link
Copy link
Open
Description
Currently, profile pictures are read for the signed-in used from Microsoft Graph API and directly encoded in the response payload to the frontend.
On the first load the picture should be stored and an URI should be returned to the frontend application instead of the encoded picture.
Reactions are currently unavailable