mirror of
https://github.com/haiwen/seahub.git
synced 2025-07-08 12:44:03 +00:00
add API
This commit is contained in:
parent
e7823b05e1
commit
01448aa678
@ -262,6 +262,9 @@ class EditorUtilities {
|
|||||||
return seafileAPI.addFileParticipants(repoID, filePath, emails);
|
return seafileAPI.addFileParticipants(repoID, filePath, emails);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
listRepoRelatedUsers() {
|
||||||
|
return seafileAPI.listRepoRelatedUsers(repoID);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
const editorUtilities = new EditorUtilities();
|
const editorUtilities = new EditorUtilities();
|
||||||
|
Loading…
Reference in New Issue
Block a user