mirror of
https://git.joinsharkey.org/Sharkey/Sharkey.git
synced 2024-11-05 13:43:09 +02:00
upd: provide files from note if existing
This commit is contained in:
parent
4781e542ff
commit
86623697d5
1 changed files with 1 additions and 0 deletions
|
@ -190,6 +190,7 @@ export function getNoteMenu(props: {
|
||||||
reply: appearNote.reply,
|
reply: appearNote.reply,
|
||||||
channel: appearNote.channel,
|
channel: appearNote.channel,
|
||||||
editId: appearNote.id,
|
editId: appearNote.id,
|
||||||
|
initialFiles: appearNote.files,
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue