Open
Description
This is NextCloud behaviour (present in 6.6.0)
When folder or file is shared by several share types (internally and by shareLink), the set of shareType info is empty and from iOS client it is visible as not shared.
Place of error:
NextCloudKit: NKDataFileXML, lines 393...397, parsing of shareTypes
Value returned in string 394 is not an int, it is a sequence. That's why it can not be casted as Int and the line 395 is skipped.