WebDAV: Do not return shared calendars in home-set responses (#1796)

This commit is contained in:
mdecimus
2025-08-26 12:01:21 +02:00
parent 80633c3441
commit e20bdb71af
2 changed files with 15 additions and 5 deletions

View File

@@ -1745,6 +1745,7 @@ async fn add_base_collection_response(
&access_token.name,
access_token.primary_id,
true,
false,
)
.await
.caused_by(trc::location!())?;
@@ -1759,6 +1760,7 @@ async fn add_base_collection_response(
&access_token.name,
access_token.primary_id,
false,
false,
)
.await
.caused_by(trc::location!())?;