Merge branch 'develop' into edit-view-source

This commit is contained in:
Panagiotis 2021-03-09 14:49:05 +02:00
commit ef267829de
59 changed files with 844 additions and 340 deletions

View file

@ -156,6 +156,7 @@ export default class EditHistoryMessage extends React.PureComponent {
const isSending = (['sending', 'queued', 'encrypting'].indexOf(this.state.sendStatus) !== -1);
const classes = classNames({
"mx_EventTile": true,
// Note: we keep the `sending` state class for tests, not for our styles
"mx_EventTile_sending": isSending,
"mx_EventTile_notSent": this.state.sendStatus === 'not_sent',
});