mirror of
https://git.joinsharkey.org/Sharkey/Sharkey.git
synced 2024-11-05 16:43:09 +02:00
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);
|
||||
|
||||
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,
|
||||
files,
|
||||
reply,
|
||||
|
|
Loading…
Reference in a new issue