Skip to content

Commit

Permalink
Resolve #704
Browse files Browse the repository at this point in the history
  • Loading branch information
the-djmaze committed Nov 24, 2022
1 parent 56fe363 commit 82d5d34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/nextcloud/js/messagelist.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
let view = e.detail;
view.nextcloudSaveMsgs = () => {
view.messageList.hasChecked()
&& rl.ncFiles.selectFolder().then(folder => {
&& rl.nextcloud.selectFolder().then(folder => {
folder && view.messageList.forEach(msg => {
msg.checked() && rl.pluginRemoteRequest(
(iError, data) => {
Expand Down

1 comment on commit 82d5d34

@CSchaefer70
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Awesome quick fix! Thank you!

Please sign in to comment.