data endpoint for entity 90008 (aka. a website)
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

feat: let the poor puppy reply to its guestbook entries

dusk 14a72613 014831a2

+1 -1
+1 -1
src/routes/guestbook/+page.server.ts
··· 90 90 // post to guestbook account 91 91 await ( 92 92 await getBskyClient() 93 - ).post({ text: content, threadgate: { allowMentioned: false, allowFollowing: false } }); 93 + ).post({ text: content, threadgate: { allowMentioned: false, allowFollowing: true } }); 94 94 // eslint-disable-next-line @typescript-eslint/no-explicit-any 95 95 } catch (err: any) { 96 96 scopedCookies.set('sendError', err.toString());