mirror of https://gitlab.com/bashrc2/epicyon
Remove any id ending
parent
5161e6c806
commit
5c88c04162
2
inbox.py
2
inbox.py
|
@ -123,7 +123,7 @@ def _storeLastPostId(baseDir: str, nickname: str, domain: str,
|
|||
postId = removeIdEnding(postJsonObject['object']['id'])
|
||||
if not actor:
|
||||
actor = postJsonObject['actor']
|
||||
postId = postJsonObject['id']
|
||||
postId = removeIdEnding(postJsonObject['id'])
|
||||
if not actor:
|
||||
return
|
||||
lastpostDir = acctDir(baseDir, nickname, domain) + '/lastpost'
|
||||
|
|
Loading…
Reference in New Issue