Merge 2023.04 stable release #9

Merged
fedward merged 23 commits from AkkomaGang/akkoma-fe:stable into stable 2023-04-17 13:57:14 +00:00
Showing only changes of commit c540764408 - Show all commits

View file

@ -644,7 +644,9 @@ const users = {
store.dispatch('listSettingsProfiles')
store.dispatch('startFetchingConfig')
store.dispatch('startFetchingAnnouncements')
store.dispatch('startFetchingReports')
if (user.role === 'admin' || user.role === 'moderator') {
store.dispatch('startFetchingReports')
}
// Fetch our friends
store.rootState.api.backendInteractor.fetchFriends({ id: user.id })