diff --git a/src/components/structures/RoomView.js b/src/components/structures/RoomView.js index bb50d7f78e..d382702071 100644 --- a/src/components/structures/RoomView.js +++ b/src/components/structures/RoomView.js @@ -470,11 +470,6 @@ module.exports = React.createClass({ showApps: payload.show ? true : false, }); break; - case 'forward_event': - this.setState({ - forwardingEvent: payload.content, - }); - break; } },