1
0
Fork 0
mirror of synced 2024-05-20 20:22:43 +12:00

Record user flair in comment archive entries

This commit is contained in:
Serene-Arc 2021-07-01 13:11:31 +10:00
parent 469a7783b8
commit edfeb653a4

View file

@ -22,6 +22,7 @@ class BaseArchiveEntry(ABC):
'id': in_comment.id,
'score': in_comment.score,
'subreddit': in_comment.subreddit.display_name,
'author_flair': in_comment.author_flair_text,
'submission': in_comment.submission.id,
'stickied': in_comment.stickied,
'body': in_comment.body,