mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-10 03:11:07 +00:00
Change editor participant (#3924)
* add API
* change style
t# interactive rebase in progress; onto 01448aa67
This commit is contained in:
@@ -262,6 +262,9 @@ class EditorUtilities {
|
||||
return seafileAPI.addFileParticipants(repoID, filePath, emails);
|
||||
}
|
||||
|
||||
listRepoRelatedUsers() {
|
||||
return seafileAPI.listRepoRelatedUsers(repoID);
|
||||
}
|
||||
}
|
||||
|
||||
const editorUtilities = new EditorUtilities();
|
||||
|
Reference in New Issue
Block a user