wip: 型エラーの修正
This commit is contained in:
@@ -429,7 +429,7 @@ export class ApRendererService {
|
|||||||
attributedTo,
|
attributedTo,
|
||||||
summary: summary ?? undefined,
|
summary: summary ?? undefined,
|
||||||
content: content ?? undefined,
|
content: content ?? undefined,
|
||||||
updated: updated ? note.updatedAt.toISOString() : undefined,
|
updated: note.updatedAt && updated ? note.updatedAt.toISOString() : undefined,
|
||||||
...(noMisskeyContent ? {} : {
|
...(noMisskeyContent ? {} : {
|
||||||
_misskey_content: text,
|
_misskey_content: text,
|
||||||
source: {
|
source: {
|
||||||
|
|||||||
Reference in New Issue
Block a user