We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 511ce0a commit 2f3b6ecCopy full SHA for 2f3b6ec
1 file changed
radicale/sharing/__init__.py
@@ -556,7 +556,6 @@ def sharing_collection_resolver(self, path: str, user: str) -> Union[dict, None]
556
557
# adjust a share
558
def sharing_collection_update(self, ShareType: str, PathOrToken: str, OwnerOrUser: str, Properties: dict) -> None:
559
- """ returning dict with PathMapped, Owner, Permissions or None if not found"""
560
logger.info("sharing/collection/update: ShareType=%r PathOrToken=%r OwnerOrUser=%r", ShareType, PathOrToken, OwnerOrUser)
561
# Filter properies for permitted ones
562
properties_filtered: dict = {}
0 commit comments