From 05e7c73b5c55944868168704af4f420d7d23d78a Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Sun, 8 Aug 2021 15:12:13 +0100 Subject: [PATCH] No event post type --- posts.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/posts.py b/posts.py index 4efb56513..6baf7adbc 100644 --- a/posts.py +++ b/posts.py @@ -1269,8 +1269,6 @@ def _createPostBase(baseDir: str, nickname: str, domain: str, port: int, # the type of post to be made postObjectType = 'Note' - if eventUUID: - postObjectType = 'Event' if isArticle: postObjectType = 'Article'