1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-11-08 21:42:24 +03:00

restrict to m.text for now

Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
This commit is contained in:
Michael Telatynski
2018-02-20 15:45:25 +00:00
parent 90f9badbf3
commit 665ddccb0d
4 changed files with 9 additions and 11 deletions

View File

@@ -116,11 +116,6 @@ class RoomViewStore extends Store {
replyingToEvent: payload.event,
});
break;
case 'message_sent':
this._setState({
replyingToEvent: null,
});
break;
}
}