mirror of https://gitlab.com/bashrc2/epicyon
Apply announces to original post content
parent
1b3ada1e44
commit
8e2799ea3d
|
@ -469,6 +469,9 @@ def _postToSpeakerJson(baseDir: str, httpPrefix: str,
|
|||
sayContent = \
|
||||
translate['announces'] + ' ' + \
|
||||
announcedHandle + '. ' + sayContent
|
||||
content = \
|
||||
translate['announces'] + ' ' + \
|
||||
announcedHandle + '. ' + content
|
||||
postId = None
|
||||
if postJsonObject['object'].get('id'):
|
||||
postId = postJsonObject['object']['id']
|
||||
|
|
Loading…
Reference in New Issue