1
0
mirror of https://git.boykissers.com/pawkey/pawkey-sk.git synced 2025-12-20 04:04:16 +00:00

don't publish null updated property

This commit is contained in:
Hazelnoot
2025-06-18 12:54:22 -04:00
parent 72a512a59d
commit 969fdc037c

View File

@@ -545,7 +545,7 @@ export class ApRendererService {
attributedTo,
summary: summary ?? undefined,
content: content ?? undefined,
updated: note.updatedAt?.toISOString(),
updated: note.updatedAt?.toISOString() ?? undefined,
_misskey_content: text,
source: {
content: text,