mirror of https://gitlab.com/bashrc2/epicyon
Another expected field
parent
2f8c9e82a7
commit
9d00aa0aeb
3
posts.py
3
posts.py
|
@ -5086,7 +5086,8 @@ def _novel_fields_for_person(nickname: str, domain: str,
|
||||||
'closed',
|
'closed',
|
||||||
'secGPC',
|
'secGPC',
|
||||||
'xRobotsTag',
|
'xRobotsTag',
|
||||||
'content_is_html'
|
'content_is_html',
|
||||||
|
'repliesCount'
|
||||||
)
|
)
|
||||||
for post_filename in posts_in_box:
|
for post_filename in posts_in_box:
|
||||||
post_filename = post_filename.name
|
post_filename = post_filename.name
|
||||||
|
|
Loading…
Reference in New Issue