Merge branch 'main' into guild-settings
This commit is contained in:
commit
b2eb80a15f
1 changed files with 1 additions and 1 deletions
|
@ -58,7 +58,7 @@
|
|||
:data-message-id="props.messageId" :editing.sync="props.editing" :replying-to.sync="props.replyingTo">
|
||||
<div class="left-column">
|
||||
<span :class="{ 'invisible': dateHidden }" class="message-date side-message-date" :title="date.toString()">
|
||||
{{ date.toLocaleTimeString(undefined, { timeStyle: "short" }) }}
|
||||
{{ date.toLocaleTimeString(undefined, { hour12: props.format == "12", timeStyle: "short" }) }}
|
||||
</span>
|
||||
</div>
|
||||
<div class="message-data">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue