We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b0b5ae6 commit f115833Copy full SHA for f115833
pxtlib/discourse.ts
@@ -63,7 +63,7 @@ namespace pxt.discourse {
63
title: t.title,
64
url: `${apiUrl}/t/${t.slug}/${t.id}`,
65
imageUrl: t.image_url,
66
- author: users[t.posters[0].user_id].name,
+ author: users[t.posters[0].user_id].username,
67
cardType: "forumUrl"
68
}
69
});
0 commit comments