mirror of https://github.com/vector-im/riot-web
parent
2e29a0857b
commit
bbf4d3e39f
|
@ -917,6 +917,7 @@ module.exports = React.createClass({
|
|||
ContentMessages.sendContentToRoom(
|
||||
file, this.state.room.roomId, MatrixClientPeg.get(),
|
||||
).done(() => {
|
||||
// Send message_sent callback, for things like _checkIfAlone because after all a file is still a message.
|
||||
dis.dispatch({
|
||||
action: 'message_sent',
|
||||
});
|
||||
|
|
Loading…
Reference in New Issue