mirror of
https://codeberg.org/teddit/teddit.git
synced 2026-03-05 13:30:33 -05:00
Update processJsonPost.js to include gallery image captions
This commit is contained in:
@@ -278,6 +278,7 @@ async function processJsonPost(json, parsed, user_preferences) {
|
||||
post.media_metadata[id].p.length - 1
|
||||
].u
|
||||
),
|
||||
caption: post.gallery_data.items[i].caption || false,
|
||||
};
|
||||
}
|
||||
obj.gallery_items.push(item);
|
||||
|
||||
Reference in New Issue
Block a user