1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-07-08 04:30:28 +00:00
This commit is contained in:
Michael An 2019-07-27 10:02:35 +08:00
parent e7823b05e1
commit 01448aa678

View File

@ -262,6 +262,9 @@ class EditorUtilities {
return seafileAPI.addFileParticipants(repoID, filePath, emails);
}
listRepoRelatedUsers() {
return seafileAPI.listRepoRelatedUsers(repoID);
}
}
const editorUtilities = new EditorUtilities();