You've already forked joplin
mirror of
https://github.com/laurent22/joplin.git
synced 2025-11-29 22:48:10 +02:00
Server: Display correct date and time on published notes
This commit is contained in:
@@ -229,7 +229,7 @@ async function renderNote(share: Share, note: NoteEntity, resourceInfos: Resourc
|
|||||||
note: {
|
note: {
|
||||||
...note,
|
...note,
|
||||||
bodyHtml: result.html,
|
bodyHtml: result.html,
|
||||||
updatedDateTime: formatDateTime(note.updated_time),
|
updatedDateTime: formatDateTime(note.user_updated_time),
|
||||||
},
|
},
|
||||||
cssStrings: result.cssStrings.join('\n'),
|
cssStrings: result.cssStrings.join('\n'),
|
||||||
assetsJs: `
|
assetsJs: `
|
||||||
|
|||||||
Reference in New Issue
Block a user