mirror of
https://github.com/nextcloud/server.git
synced 2026-05-28 04:32:30 -04:00
Remove completed refresh avatar FIXME
Signed-off-by: Christopher Ng <chrng8@gmail.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
This commit is contained in:
parent
ea08fabca3
commit
3ee1a53ebc
3 changed files with 3 additions and 9 deletions
|
|
@ -266,12 +266,6 @@ export default {
|
|||
this.isGenerated = oc_userconfig.avatar.generated = isGenerated
|
||||
this.loading = false
|
||||
emit('settings:avatar:updated', oc_userconfig.avatar.version)
|
||||
/**
|
||||
* FIXME refresh all other avatars on the page when updated,
|
||||
* the NcAvatar component itself should listen to the
|
||||
* global events and optionally live refresh with a prop toggle
|
||||
* https://github.com/nextcloud/nextcloud-vue/issues/2975
|
||||
*/
|
||||
},
|
||||
|
||||
handleDisplayNameUpdate() {
|
||||
|
|
|
|||
4
dist/settings-vue-settings-personal-info.js
vendored
4
dist/settings-vue-settings-personal-info.js
vendored
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Loading…
Reference in a new issue