You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-07-18 09:22:18 +03:00
Remove unused case statement.
This commit is contained in:
@ -470,11 +470,6 @@ module.exports = React.createClass({
|
|||||||
showApps: payload.show ? true : false,
|
showApps: payload.show ? true : false,
|
||||||
});
|
});
|
||||||
break;
|
break;
|
||||||
case 'forward_event':
|
|
||||||
this.setState({
|
|
||||||
forwardingEvent: payload.content,
|
|
||||||
});
|
|
||||||
break;
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user