fix: no such note
This commit is contained in:
parent
d0956d5657
commit
6a0aa612cc
1 changed files with 1 additions and 1 deletions
|
@ -485,7 +485,7 @@ export class ApNoteService {
|
||||||
const poll = await this.apQuestionService.extractPollFromQuestion(note, resolver).catch(() => undefined);
|
const poll = await this.apQuestionService.extractPollFromQuestion(note, resolver).catch(() => undefined);
|
||||||
|
|
||||||
try {
|
try {
|
||||||
return await this.noteEditService.edit(actor, note.id!, {
|
return await this.noteEditService.edit(actor, UpdatedNote.id, {
|
||||||
createdAt: note.published ? new Date(note.published) : null,
|
createdAt: note.published ? new Date(note.published) : null,
|
||||||
files,
|
files,
|
||||||
reply,
|
reply,
|
||||||
|
|
Loading…
Reference in a new issue