You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
At this moment we load avatars via a private API/URL. nextcloud/server#4062 introduces a public webdav API to load avatars including some meta information. SO I'd say we should move to this API as soon as it becomes available while we still need to keep the "old way" for a while to support older Server versions of Nextcloud and also support avatars a little longer for oC which doesn't have this API (I Guess).
The text was updated successfully, but these errors were encountered:
Additionally to this all avatar loading must be non blocking. I had sometimes large delays when a server instance was not accessible.
This should be done in the library, or?
The loading should be done via the library yes, while the non blocking part might be done within the app or we must implement it in a way that all this is covered within lib code with weak references etc etc.
At this moment we load avatars via a private API/URL. nextcloud/server#4062 introduces a public webdav API to load avatars including some meta information. SO I'd say we should move to this API as soon as it becomes available while we still need to keep the "old way" for a while to support older Server versions of Nextcloud and also support avatars a little longer for oC which doesn't have this API (I Guess).
The text was updated successfully, but these errors were encountered: