Merge remote-tracking branch 'upstream/unstable' into qa/release/1.15.0-2

pull/3281/head
Audric Ackermann 4 months ago
commit fd7f05bc9c
No known key found for this signature in database

@ -2,7 +2,7 @@
"name": "session-desktop",
"productName": "Session",
"description": "Private messaging from your desktop",
"version": "1.14.3",
"version": "1.14.5",
"license": "GPL-3.0",
"author": {
"name": "Session Foundation",

@ -63,7 +63,7 @@ export const DocumentListItem = (props: Props) => {
</span>
</div>
<div className="module-document-list-item__date">
{formatDateWithLocale({ date: new Date(timestamp), formatStr: 'ddd, MMM D, Y' })}
{formatDateWithLocale({ date: new Date(timestamp), formatStr: 'd LLL, yyyy' })}
</div>
</div>
</div>

Loading…
Cancel
Save