({editorId, recipients})
| 227 | } |
| 228 | |
| 229 | function editorEncrypt({editorId, recipients}) { |
| 230 | return containers.get(editorId).encrypt(recipients); |
| 231 | } |
| 232 | |
| 233 | function editorCreateDraft({editorId}) { |
| 234 | return containers.get(editorId).createDraft(); |