diff options
author | Christopher Ng <chrng8@gmail.com> | 2022-09-19 18:09:02 +0000 |
---|---|---|
committer | nextcloud-command <nextcloud-command@users.noreply.github.com> | 2022-09-19 18:37:42 +0000 |
commit | 3ee1a53ebc9ce83d102b5f8810d1d17949d59b86 (patch) | |
tree | 8ad22a3433b59a3527311ce24993020df09d14e5 /apps/settings/src | |
parent | ea08fabca3c10370d393ab10480fd82c36e1eaac (diff) | |
download | nextcloud-server-3ee1a53ebc9ce83d102b5f8810d1d17949d59b86.tar.gz nextcloud-server-3ee1a53ebc9ce83d102b5f8810d1d17949d59b86.zip |
Remove completed refresh 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/settings/src')
-rw-r--r-- | apps/settings/src/components/PersonalInfo/AvatarSection.vue | 6 |
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() { |