saber-notes / saber

The cross-platform open-source app built for handwriting
https://saber.adil.hanney.org
GNU General Public License v3.0
2.1k stars 130 forks source link

fix: remote files are not synced #1314

Closed QubaB closed 2 months ago

QubaB commented 2 months ago

fix problems with syncing notes from nextcloud server

closes #1306

QubaB commented 2 months ago

closes #1304 also

adil192 commented 2 months ago

Thanks for finding this! I've not been able to for ages. However, this is just hiding the problem which is that the argument to FileManager.getFile should be the local relative path not an absolute path. I'm going to address the root issue in a separate commit and give you credit.