nextcloud / notes

✎ Distraction-free notes and writing
https://apps.nextcloud.com/apps/notes
GNU Affero General Public License v3.0
598 stars 132 forks source link

fix: Shared folder check #1263

Closed provokateurin closed 3 months ago

provokateurin commented 3 months ago

Fixes Call to a member function isShared() on null in file '/usr/src/nextcloud/apps/notes/lib/Service/NoteUtil.php' line 171 introduced by https://github.com/nextcloud/notes/pull/1260.

This is triggered when the user has no notes folder yet and opens the dashboard (at least that was how I triggered it).

provokateurin commented 3 months ago

@juliushaertl if possible this should be released as 4.9.4 because 4.9.3 is currently broken.

juliushaertl commented 3 months ago

Sure, I'll spin another release with that. Thanks for the fix 🙏