data version tracking, video support, a11y tweaks
This commit is contained in:
parent
e9c6510286
commit
6c68fb3aa2
4 changed files with 33 additions and 11 deletions
|
@ -148,6 +148,7 @@ export async function parsePost(data, num_replies) {
|
|||
post.boost_count = data.reblogs_count;
|
||||
post.reply_count = data.replies_count;
|
||||
post.mentions = data.mentions;
|
||||
if (data.media_attachments.length > 0) console.log(data.media_attachments);
|
||||
post.files = data.media_attachments;
|
||||
post.url = data.url;
|
||||
post.visibility = data.visibility;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue