Fix reblogged statuses being erroneously shown as filtered (#18744)
This commit is contained in:
parent
fb552dde2c
commit
3c24f19afe
2 changed files with 2 additions and 2 deletions
|
@ -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);
|
||||
});
|
||||
},
|
||||
);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue