WebDAV: Do not return shared calendars in home-set responses (#1796)
This commit is contained in:
@@ -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!())?;
|
||||
|
||||
Reference in New Issue
Block a user