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