diff --git a/posts.py b/posts.py index 80ad3f22..33bc00f6 100644 --- a/posts.py +++ b/posts.py @@ -650,6 +650,8 @@ def appendEventFields(newPost: {}, newPost['ticketUrl'] = ticketUrl if subject: newPost['name'] = subject + newPost['summary'] = None + newPost['sensitive'] = False def createPostBase(baseDir: str, nickname: str, domain: str, port: int,