mirror of https://gitlab.com/bashrc2/epicyon
Check that actor is returned before showing posts
parent
851c66f38c
commit
58f4840dd9
4
posts.py
4
posts.py
|
@ -3912,7 +3912,9 @@ def getPublicPostsOfPerson(baseDir: str, nickname: str, domain: str,
|
||||||
nickname, domain, 'outbox',
|
nickname, domain, 'outbox',
|
||||||
62524)
|
62524)
|
||||||
if debug:
|
if debug:
|
||||||
print('Actor url: ' + personId)
|
print('Actor url: ' + str(personId))
|
||||||
|
if not personId:
|
||||||
|
return
|
||||||
|
|
||||||
maxMentions = 10
|
maxMentions = 10
|
||||||
maxEmoji = 10
|
maxEmoji = 10
|
||||||
|
|
Loading…
Reference in New Issue