Merge pull request #5944 from vector-im/revert-3046-patch-1
Revert "Add a after timestamp"pull/5950/head
commit
1405859d2c
|
@ -30,7 +30,7 @@ module.exports = React.createClass({
|
|||
const date = new Date(this.props.ts);
|
||||
return (
|
||||
<span className="mx_MessageTimestamp" title={ DateUtils.formatFullDate(date, this.props.showTwelveHour) }>
|
||||
{ DateUtils.formatTime(date, this.props.showTwelveHour) + ' ' }
|
||||
{ DateUtils.formatTime(date, this.props.showTwelveHour) }
|
||||
</span>
|
||||
);
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue