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'