1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-17 07:41:26 +00:00

repo monitor (#5265)

Co-authored-by: lian <lian@seafile.com>
This commit is contained in:
lian
2023-01-16 17:56:05 +08:00
committed by GitHub
parent 1f25cf459c
commit 00b1007cae
11 changed files with 297 additions and 24 deletions

View File

@@ -17,6 +17,7 @@ class Repo {
this.modifier_name = object.modifier_name;
this.type = object.type;
this.starred = object.starred;
this.monitored = object.monitored;
this.status = object.status;
this.storage_name = object.storage_name;
if (object.is_admin != undefined) {