Change resend buttons to a context menu with working resending and non-working 'view source'
This commit is contained in:
parent
2adb8bac5c
commit
48924a6106
4 changed files with 85 additions and 3 deletions
|
@ -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)
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue