No event post type

main
Bob Mottram 2021-08-08 15:12:13 +01:00
parent 5318f79a13
commit 05e7c73b5c
1 changed files with 0 additions and 2 deletions

View File

@ -1269,8 +1269,6 @@ def _createPostBase(baseDir: str, nickname: str, domain: str, port: int,
# the type of post to be made # the type of post to be made
postObjectType = 'Note' postObjectType = 'Note'
if eventUUID:
postObjectType = 'Event'
if isArticle: if isArticle:
postObjectType = 'Article' postObjectType = 'Article'