mirror of https://gitlab.com/bashrc2/epicyon
Extra expected field
parent
05d37e3f7b
commit
d328348d19
3
posts.py
3
posts.py
|
|
@ -5401,7 +5401,8 @@ def _novel_fields_for_person(nickname: str, domain: str,
|
||||||
'toot:quoteReply',
|
'toot:quoteReply',
|
||||||
'_misskey_quote',
|
'_misskey_quote',
|
||||||
'quote',
|
'quote',
|
||||||
'quoteAuthorization'
|
'quoteAuthorization',
|
||||||
|
'diaspora:guid'
|
||||||
)
|
)
|
||||||
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