mirror of
https://github.com/haiwen/seahub.git
synced 2025-07-17 00:32:37 +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);
|
return seafileAPI.listFileParticipants(repoID, filePath);
|
||||||
}
|
}
|
||||||
|
|
||||||
addFileParticipant(email) {
|
addFileParticipants(emails) {
|
||||||
return seafileAPI.addFileParticipant(repoID, filePath, email);
|
return seafileAPI.addFileParticipants(repoID, filePath, emails);
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user