This commit is contained in:
Henry Jameson 2025-08-10 17:42:37 +03:00
commit 700e096dd4
2 changed files with 16 additions and 1 deletions

View file

@ -508,7 +508,7 @@ export const useServerSideStorageStore = defineStore('serverSideStorage', {
this.updateCache({ username: window.vuex.state.users.currentUser.fqn })
const params = { pleroma_settings_store: { 'pleroma-fe': this.cache } }
window.vuex.state.api.backendInteractor
.updateProfile({ params })
.updateProfileJSON({ params })
.then((user) => {
this.setServerSideStorage(user)
this.dirty = false