mirror of https://gitlab.com/bashrc2/epicyon
tags is a list
parent
810f4986c9
commit
3d67188634
4
posts.py
4
posts.py
|
@ -837,7 +837,7 @@ def _createPostS2S(baseDir: str, nickname: str, domain: str, port: int,
|
|||
published: str, newPostId: str, postContext: {},
|
||||
toRecipients: [], toCC: [], inReplyTo: str,
|
||||
sensitive: bool, commentsEnabled: bool,
|
||||
tags: {}, attachImageFilename: str,
|
||||
tags: [], attachImageFilename: str,
|
||||
mediaType: str, imageDescription: str, city: str,
|
||||
postObjectType: str, summary: str,
|
||||
inReplyToAtomUri: str) -> {}:
|
||||
|
@ -905,7 +905,7 @@ def _createPostC2S(baseDir: str, nickname: str, domain: str, port: int,
|
|||
published: str, newPostId: str, postContext: {},
|
||||
toRecipients: [], toCC: [], inReplyTo: str,
|
||||
sensitive: bool, commentsEnabled: bool,
|
||||
tags: {}, attachImageFilename: str,
|
||||
tags: [], attachImageFilename: str,
|
||||
mediaType: str, imageDescription: str, city: str,
|
||||
postObjectType: str, summary: str,
|
||||
inReplyToAtomUri: str) -> {}:
|
||||
|
|
Loading…
Reference in New Issue