1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-27 23:56:18 +00:00

update-sharelink-with-new-dl-url (#7155)

This commit is contained in:
Ranjiwei
2024-12-06 21:42:04 +08:00
committed by GitHub
parent b484b45f1a
commit f4d15fb574
4 changed files with 18 additions and 4 deletions

View File

@@ -19,6 +19,8 @@ class ShareLink {
this.ctime = object.ctime;
this.password = object.password;
this.user_scope = object.user_scope;
this.download_link = object.download_link;
this.show_download_link = object.show_download_link;
}
}