Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Add the new share type
Signed-off-by: Joas Schilling <[email protected]>
  • Loading branch information
nickvergessen committed Aug 24, 2018
commit d7246edc94331dc9b4bc235f7fe14be09804a4a9
1 change: 1 addition & 0 deletions resources/app-info-shipped.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -525,6 +525,7 @@
<xs:enumeration value="SHARE_TYPE_REMOTE"/>
<xs:enumeration value="SHARE_TYPE_CIRCLE"/>
<xs:enumeration value="SHARE_TYPE_GUEST"/>
<xs:enumeration value="SHARE_TYPE_ROOM"/>
</xs:restriction>
</xs:simpleType>

Expand Down
1 change: 1 addition & 0 deletions resources/app-info.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -522,6 +522,7 @@
<xs:enumeration value="SHARE_TYPE_REMOTE"/>
<xs:enumeration value="SHARE_TYPE_CIRCLE"/>
<xs:enumeration value="SHARE_TYPE_GUEST"/>
<xs:enumeration value="SHARE_TYPE_ROOM"/>
</xs:restriction>
</xs:simpleType>

Expand Down