This commit is contained in:
sxyazi 2024-04-20 13:11:24 +08:00
parent e45f523002
commit 778758f616
No known key found for this signature in database

View file

@ -61,9 +61,9 @@ impl From<FileOpPaste> for FileOpLink {
fn from(value: FileOpPaste) -> Self {
Self {
id: value.id,
from: value.from.clone(),
to: value.to.clone(),
meta: value.meta.clone(),
from: value.from,
to: value.to,
meta: value.meta,
resolve: true,
relative: false,
delete: value.cut,