user_highlight
This commit is contained in:
parent
adfe233250
commit
65cb78eef8
1 changed files with 1 additions and 1 deletions
|
|
@ -319,7 +319,7 @@ export const useUserHighlightStore = defineStore('user_highlight', {
|
||||||
if (!needPush) return
|
if (!needPush) return
|
||||||
this.updateCache({ username: window.vuex.state.users.currentUser.fqn })
|
this.updateCache({ username: window.vuex.state.users.currentUser.fqn })
|
||||||
const params = {
|
const params = {
|
||||||
pleroma_settings_store: { 'user-highlight': this.cache },
|
pleroma_settings_store: { 'user_highlight': this.cache },
|
||||||
}
|
}
|
||||||
window.vuex.state.api.backendInteractor
|
window.vuex.state.api.backendInteractor
|
||||||
.updateProfileJSON({ params })
|
.updateProfileJSON({ params })
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue