From ffb827fdbb91238070cb7196c58e0afd5fe6d943 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Sun, 23 Aug 2020 20:06:49 +0100 Subject: [PATCH] Set event name --- posts.py | 2 ++ 1 file changed, 2 insertions(+) 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,