diff --git a/src/stores/user_highlight.js b/src/stores/user_highlight.js index c8b463b77..e990cc36f 100644 --- a/src/stores/user_highlight.js +++ b/src/stores/user_highlight.js @@ -319,7 +319,7 @@ export const useUserHighlightStore = defineStore('user_highlight', { if (!needPush) return this.updateCache({ username: window.vuex.state.users.currentUser.fqn }) const params = { - pleroma_settings_store: { 'user-highlight': this.cache }, + pleroma_settings_store: { 'user_highlight': this.cache }, } window.vuex.state.api.backendInteractor .updateProfileJSON({ params })