mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-05-28 18:26:54 +00:00
feat(client, api): bluesky profile link (#62400)
Co-authored-by: swdev33 <18295918+swdev33@users.noreply.github.com>
This commit is contained in:
@@ -153,6 +153,7 @@ const testUserData: Prisma.userCreateInput = {
|
||||
],
|
||||
yearsTopContributor: ['2018'],
|
||||
twitter: '@foobar',
|
||||
bluesky: '@foobar',
|
||||
linkedin: 'linkedin.com/foobar',
|
||||
sendQuincyEmail: false
|
||||
};
|
||||
@@ -304,6 +305,7 @@ const publicUserData = {
|
||||
profileUI: testUserData.profileUI,
|
||||
savedChallenges: testUserData.savedChallenges,
|
||||
twitter: 'https://twitter.com/foobar',
|
||||
bluesky: 'https://bsky.app/profile/foobar',
|
||||
sendQuincyEmail: testUserData.sendQuincyEmail,
|
||||
username: testUserData.username,
|
||||
usernameDisplay: testUserData.usernameDisplay,
|
||||
|
||||
Reference in New Issue
Block a user