upd: provide files from note if existing

This commit is contained in:
Mar0xy 2023-11-01 01:22:08 +01:00
parent 4781e542ff
commit 86623697d5
No known key found for this signature in database
GPG Key ID: 56569BBE47D2C828
1 changed files with 1 additions and 0 deletions

View File

@ -190,6 +190,7 @@ export function getNoteMenu(props: {
reply: appearNote.reply,
channel: appearNote.channel,
editId: appearNote.id,
initialFiles: appearNote.files,
});
}