mirror of
https://github.com/haiwen/seahub.git
synced 2025-07-16 00:06:11 +00:00
change seafile editor API (#3923)
This commit is contained in:
parent
ec87c48002
commit
e7823b05e1
@ -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);
|
||||
}
|
||||
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user