Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'apps/settings/src/components/PersonalInfo/AvatarSection.vue')
-rw-r--r--apps/settings/src/components/PersonalInfo/AvatarSection.vue6
1 files changed, 0 insertions, 6 deletions
diff --git a/apps/settings/src/components/PersonalInfo/AvatarSection.vue b/apps/settings/src/components/PersonalInfo/AvatarSection.vue
index f0ad1b68d3b..e018023508a 100644
--- a/apps/settings/src/components/PersonalInfo/AvatarSection.vue
+++ b/apps/settings/src/components/PersonalInfo/AvatarSection.vue
@@ -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() {