diff options
author | John Molakvoæ <skjnldsv@users.noreply.github.com> | 2022-09-20 11:00:02 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-09-20 11:00:02 +0200 |
commit | 93fc2ffc446005d83c9bc9f06fd78d7d621eef78 (patch) | |
tree | a666174bde0d3a8dda1128df40a536c38eb3a403 /apps | |
parent | e3869dcac88d3030ec8893cd5da936959d521fdf (diff) | |
parent | 3ee1a53ebc9ce83d102b5f8810d1d17949d59b86 (diff) | |
download | nextcloud-server-93fc2ffc446005d83c9bc9f06fd78d7d621eef78.tar.gz nextcloud-server-93fc2ffc446005d83c9bc9f06fd78d7d621eef78.zip |
Merge pull request #34144 from nextcloud/remove-avatar-fixme
Remove completed refresh avatar FIXME
Diffstat (limited to 'apps')
-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() { |