mirror of
https://github.com/nextcloud/server.git
synced 2026-04-20 22:00:39 -04:00
Merge pull request #34144 from nextcloud/remove-avatar-fixme
Remove completed refresh avatar FIXME
This commit is contained in:
commit
93fc2ffc44
3 changed files with 3 additions and 9 deletions
|
|
@ -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() {
|
||||
|
|
|
|||
4
dist/settings-vue-settings-personal-info.js
vendored
4
dist/settings-vue-settings-personal-info.js
vendored
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Loading…
Reference in a new issue