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
path: root/apps
diff options
context:
space:
mode:
authorChristopher Ng <chrng8@gmail.com>2022-09-19 21:09:02 +0300
committernextcloud-command <nextcloud-command@users.noreply.github.com>2022-09-19 21:37:42 +0300
commit3ee1a53ebc9ce83d102b5f8810d1d17949d59b86 (patch)
tree8ad22a3433b59a3527311ce24993020df09d14e5 /apps
parentea08fabca3c10370d393ab10480fd82c36e1eaac (diff)
Remove completed refresh avatar FIXMEremove-avatar-fixme
Signed-off-by: Christopher Ng <chrng8@gmail.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
Diffstat (limited to 'apps')
-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() {