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 ability to do so in the capabilities we're getting from the server. Definition of done could be receiving a "enableAvatars": true property in the "core" capabilities.
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 ability to do so in the capabilities we're getting from the server. Definition of done could be receiving a
"enableAvatars": true
property in the"core"
capabilities.Corresponding oCIS issue: owncloud/ocis#2031
Corresponding web issue: owncloud/web#5077
The text was updated successfully, but these errors were encountered: