mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-01 21:49:21 +03:00
Added Nextcloud save to Calendar #569
This commit is contained in:
parent
e183764e51
commit
797c95877e
5 changed files with 154 additions and 19 deletions
|
|
@ -5,7 +5,7 @@
|
|||
if ('PopupsCompose' === e.detail.viewModelTemplateID) {
|
||||
let view = e.detail;
|
||||
view.nextcloudAttach = () => {
|
||||
rl.ncFiles.selectFiles().then(files => {
|
||||
rl.nextcloud.selectFiles().then(files => {
|
||||
files && files.forEach(file => {
|
||||
let attachment = view.addAttachmentHelper(
|
||||
Jua?.randomId(),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue