Change resend buttons to a context menu with working resending and non-working 'view source'

This commit is contained in:
David Baker 2015-10-15 14:14:33 +01:00
parent 2adb8bac5c
commit 48924a6106
4 changed files with 85 additions and 3 deletions

View file

@ -70,6 +70,7 @@ module.exports = {
switch (payload.action) {
case 'message_send_failed':
case 'message_sent':
case 'message_resend_started':
this.setState({
room: MatrixClientPeg.get().getRoom(this.props.roomId)
});