Add client-side custom filter support to glitch-soc
Port cdb101340a
to glitch-soc,
but without dropping support for regexp filters yet.
This commit is contained in:
@ -38,7 +38,7 @@ const makeMapStateToProps = () => {
|
||||
|
||||
const mapStateToProps = (state, props) => {
|
||||
|
||||
let status = getStatus(state, props.id);
|
||||
let status = getStatus(state, props);
|
||||
let reblogStatus = status ? status.get('reblog', null) : null;
|
||||
let account = undefined;
|
||||
let prepend = undefined;
|
||||
|
Reference in New Issue
Block a user