Merge branch 'setttingssync' into shigusegubu-themes3

This commit is contained in:
Henry Jameson 2026-03-06 15:35:00 +02:00
commit 183bd73af0

View file

@ -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 })