From 742d6069a65d11c9f8756a56e5bb76dbdf2d8a60 Mon Sep 17 00:00:00 2001 From: Giuseppe Lo Presti Date: Fri, 1 Nov 2024 16:59:11 +0100 Subject: [PATCH] changelog --- changelog/unreleased/publink-fix.md | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 changelog/unreleased/publink-fix.md diff --git a/changelog/unreleased/publink-fix.md b/changelog/unreleased/publink-fix.md new file mode 100644 index 0000000000..6d626bd4fc --- /dev/null +++ b/changelog/unreleased/publink-fix.md @@ -0,0 +1,3 @@ +Bugfix: public links: return error when owner could not be resolved + +https://github.com/cs3org/reva/pull/4907