Merge pull request #34144 from nextcloud/remove-avatar-fixme

Remove completed refresh avatar FIXME
This commit is contained in:
John Molakvoæ 2022-09-20 11:00:02 +02:00 committed by GitHub
commit 93fc2ffc44
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 9 deletions

View file

@ -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() {

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long