fix comment_author_is_uploader extraction

pull/639/head
Simon 6 months ago
parent 325bdf5cba
commit 597da56975
No known key found for this signature in database
GPG Key ID: 2C15AA5E89985DD4

@ -126,7 +126,7 @@ class Comments:
"comment_author_id": comment["author_id"],
"comment_author_thumbnail": comment["author_thumbnail"],
"comment_author_is_uploader": comment.get(
"comment_author_is_uploader", False
"author_is_uploader", False
),
"comment_parent": comment["parent"],
}

Loading…
Cancel
Save