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
The new web frontend currently always tries to render avatars (core and oCIS), which introduce latency and will always fail for oCIS since they're not implemented.
I'd love to communicate the (in)ability to do so in the capabilities we're getting from the server. Definition of done could be receiving a "enableAvatars": false property in the "core" capabilities from oCIS.
Expected behaviour
The new
web
frontend currently always tries to render avatars (core
andoCIS
), which introduce latency and will always fail for oCIS since they're not implemented.I'd love to communicate the (in)ability to do so in the capabilities we're getting from the server. Definition of done could be receiving a
"enableAvatars": false
property in the"core"
capabilities from oCIS.Corresponding OC10 issue: owncloud/core#38708
Corresponding web issue: owncloud/web#5077
The text was updated successfully, but these errors were encountered: