Events are not public by default

merge-requests/30/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 postId = None
senderName = '' senderName = ''
senderActor = None senderActor = None
eventIsPublic = True eventIsPublic = False
# get the time place and description # get the time place and description
for ev in eventPost: for ev in eventPost:
if ev['type'] == 'Event': if ev['type'] == 'Event':