forked from indymedia/epicyon
Param defaults
parent
272cc92adf
commit
892700e057
2
posts.py
2
posts.py
|
@ -445,7 +445,7 @@ def createPostBase(baseDir: str,nickname: str, domain: str, port: int, \
|
||||||
attachImageFilename: str,mediaType: str,imageDescription: str, \
|
attachImageFilename: str,mediaType: str,imageDescription: str, \
|
||||||
useBlurhash: bool,isModerationReport: bool,inReplyTo=None, \
|
useBlurhash: bool,isModerationReport: bool,inReplyTo=None, \
|
||||||
inReplyToAtomUri=None, subject=None, \
|
inReplyToAtomUri=None, subject=None, \
|
||||||
eventDate: str,eventTime: str,location: str) -> {}:
|
eventDate=None,eventTime=None,location=None) -> {}:
|
||||||
"""Creates a message
|
"""Creates a message
|
||||||
"""
|
"""
|
||||||
mentionedRecipients= \
|
mentionedRecipients= \
|
||||||
|
|
Loading…
Reference in New Issue