mirror of
https://codeberg.org/teddit/teddit.git
synced 2026-04-18 21:45:06 -04:00
Merge pull request 'Add link flairs' (#64) from StevenNMeza/teddit:main into main
Reviewed-on: https://codeberg.org/teddit/teddit/pulls/64
This commit is contained in:
@@ -18,6 +18,7 @@ module.exports = function(fetch) {
|
||||
edited: post.edited,
|
||||
is_video: post.is_video,
|
||||
locked: post.locked,
|
||||
link_flair_text: post.link_flair_text,
|
||||
name: post_id,
|
||||
num_comments: post.num_comments,
|
||||
permalink: teddifyUrl(post.permalink),
|
||||
|
||||
@@ -60,6 +60,7 @@ module.exports = function() {
|
||||
id: data.id,
|
||||
images: images,
|
||||
is_video: data.is_video,
|
||||
link_flair_text: data.link_flair_text,
|
||||
locked: data.locked,
|
||||
media: data.media,
|
||||
num_comments: data.num_comments,
|
||||
|
||||
Reference in New Issue
Block a user