0
0
Fork 0

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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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);
});
},
);