Shared item location is optional

main
Bob Mottram 2021-07-28 22:13:06 +01:00
parent f4235ba2e2
commit 8c71043938
1 changed files with 0 additions and 4 deletions

View File

@ -702,10 +702,6 @@ def outboxShareUpload(baseDir: str, httpPrefix: str,
if debug:
print('DEBUG: category missing from Offer')
return
if not messageJson['object'].get('location'):
if debug:
print('DEBUG: location missing from Offer')
return
if not messageJson['object'].get('duration'):
if debug:
print('DEBUG: duration missing from Offer')