mirror of https://gitlab.com/bashrc2/epicyon
No event post type
parent
5318f79a13
commit
05e7c73b5c
2
posts.py
2
posts.py
|
@ -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'
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue