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:
authorJohn Molakvoæ <skjnldsv@users.noreply.github.com>2022-09-20 12:00:02 +0300
committerGitHub <noreply@github.com>2022-09-20 12:00:02 +0300
commit93fc2ffc446005d83c9bc9f06fd78d7d621eef78 (patch)
treea666174bde0d3a8dda1128df40a536c38eb3a403 /apps/settings
parente3869dcac88d3030ec8893cd5da936959d521fdf (diff)
parent3ee1a53ebc9ce83d102b5f8810d1d17949d59b86 (diff)
Merge pull request #34144 from nextcloud/remove-avatar-fixme
Remove completed refresh avatar FIXME
Diffstat (limited to 'apps/settings')
-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() {