mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-08 18:30:53 +00:00
change seafile editor API (#3923)
This commit is contained in:
@@ -258,8 +258,8 @@ class EditorUtilities {
|
||||
return seafileAPI.listFileParticipants(repoID, filePath);
|
||||
}
|
||||
|
||||
addFileParticipant(email) {
|
||||
return seafileAPI.addFileParticipant(repoID, filePath, email);
|
||||
addFileParticipants(emails) {
|
||||
return seafileAPI.addFileParticipants(repoID, filePath, emails);
|
||||
}
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user