Events are not public by default

merge-requests/21/head
Bob Mottram 2021-03-07 15:38:10 +00:00
parent b2f0f3fe5a
commit 9c63658aa7
1 changed files with 1 additions and 1 deletions

View File

@ -137,7 +137,7 @@ def _htmlCalendarDay(personCache: {}, cssCache: {}, translate: {},
postId = None
senderName = ''
senderActor = None
eventIsPublic = True
eventIsPublic = False
# get the time place and description
for ev in eventPost:
if ev['type'] == 'Event':