Remove completed refresh avatar FIXME

Signed-off-by: Christopher Ng <chrng8@gmail.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
This commit is contained in:
Christopher Ng 2022-09-19 18:09:02 +00:00 committed by nextcloud-command
parent ea08fabca3
commit 3ee1a53ebc
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