1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-05-19 11:15:28 +02:00
This commit is contained in:
tamaina
2023-07-15 14:06:36 +00:00
parent da0804eb17
commit 76def0032e
2 changed files with 2 additions and 2 deletions

View File

@@ -80,7 +80,7 @@ export class ApRendererService {
}
@bindThis
public renderAnnounce(object: string | IObject | null, note: Note): IAnnounce {
public renderAnnounce(object: string | IObject, note: Note): IAnnounce {
const attributedTo = this.userEntityService.genLocalUserUri(note.userId);
let to: string[] = [];