babies first atproto thingy
0
fork

Configure Feed

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

update message

Clay d65916b7 3c40e3f2

+1 -1
+1 -1
main.ts
··· 72 72 const bskyHandle = usermap[commit.author.username.toLowerCase()]; 73 73 const author = bskyHandle ? `@${bskyHandle}` : commit.author.name; 74 74 const title = commit.message.split("\n")[0]; 75 - const message = `${author} - ${title}\n${commit.url}`; 75 + const message = `New change made!\n\n${author} - ${title}\n${commit.url}`; 76 76 const rt = new RichText({ text: message }); 77 77 await rt.detectFacets(agent); 78 78 await agent.post({