fix: bsky post link
This commit is contained in:
parent
0063bf424d
commit
082d230cd8
1 changed files with 1 additions and 1 deletions
|
@ -47,7 +47,7 @@ export async function fetchLastSeen() {
|
|||
sourceLink: 'https://bsky.app/profile/did:web:tei.su',
|
||||
time: new Date(bskyData.record.createdAt).getTime(),
|
||||
text: bskyData.record.text.slice(0, 40) || '[no text]',
|
||||
link: `https://bsky.app/profile/did:web:tei.su/post/${postId[0]}`,
|
||||
link: `https://bsky.app/profile/did:web:tei.su/post/${postId[1]}`,
|
||||
})
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue