Fix reblogged statuses being erroneously shown as filtered (#18744)

This commit is contained in:
Claire
2022-06-30 09:51:55 +02:00
committed by GitHub
parent fb552dde2c
commit 3c24f19afe
2 changed files with 2 additions and 2 deletions

View File

@ -106,7 +106,7 @@ export const makeGetStatus = () => {
return statusBase.withMutations(map => {
map.set('reblog', statusReblog);
map.set('account', accountBase);
map.set('filtered', filtered);
map.set('matched_filters', filtered);
});
},
);