Scheduled posts are not calendar posts

main
Bob Mottram 2020-01-12 13:19:03 +00:00
parent a2e083c7a1
commit 768d8fff4e
1 changed files with 3 additions and 2 deletions

View File

@ -577,7 +577,8 @@ def createPostBase(baseDir: str,nickname: str,domain: str,port: int, \
eventDateStr=eventDate+'T'+eventTime+':00'+strftime("%z", gmtime())
else:
eventDateStr=eventDate+'T12:00:00Z'
tags.append({
if not schedulePost:
tags.append({
"@context": "https://www.w3.org/ns/activitystreams",
"type": "Event",
"name": eventName,