Add a after timestamp - #3046
Conversation
This solves part of the problem that the timestamp is gluing at the message, when copied in your clipboard.
Example:
23:02test message
see element-hq#893
|
what browser does this problem occur on? i don't see the timestamp glued to the message when copying from chrome... |
|
Yes, in Chrome it seems fine, in Firefox it is glued. |
|
Sorry again that this has got missed for almost a year. It's against the wrong branch though and you need to do the DCO signoff. |
|
Can't you please just cherry pick it from here? |
|
@rubo77 |
|
I changed to master. Hereby I sign the DCO |
|
It should be on |
|
@rubo77 please read the Contributing doc properly: https://github.com/matrix-org/synapse/blob/master/CONTRIBUTING.rst#sign-off |
|
Sorry, I'm only on mobile until Monday |
|
Is the sign off on the first post correct? |
| return ( | ||
| <span className="mx_MessageTimestamp"> | ||
| { DateUtils.formatTime(date)+' ' } | ||
| <span className="mx_MessageTimestamp" title={ DateUtils.formatFullDate(date, this.props.showTwelveHour) }> |
This solves part of the problem that the timestamp is gluing at the message, when copied in your clipboard.
Example:
see #893
Signed-off-by: Ruben Barkow github@r.z11.de