Merge branch 'fixes-roundup5' into 'develop'

Fixes roundup5

See merge request pleroma/pleroma-fe!2081
This commit is contained in:
HJ 2025-03-13 17:33:47 +00:00
commit 598c569c93
25 changed files with 280 additions and 225 deletions

View file

@ -32,7 +32,7 @@ export const useReportsStore = defineStore('reports', {
this.reportModal.activated = false
},
setReportState ({ id, state }) {
const oldState = window.vuex.state.reports.reports[id].state
const oldState = this.reports[id].state
this.reports[id].state = state
window.vuex.state.api.backendInteractor.setReportState({ id, state }).catch(e => {
console.error('Failed to set report state', e)