unoffical wafrn mirror wafrn.net
atproto social-network activitypub
1
fork

Configure Feed

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

looks nicer this way. also avoids possible double send

+2 -2
+2 -2
packages/backend/routes/activitypub/activitypub.ts
··· 80 80 res 81 81 .set({ 82 82 "content-type": "application/activity+json", 83 - }) 84 - .send(userForFediverse); 83 + }); 84 + return res.send(userForFediverse); 85 85 } else { 86 86 return404(res); 87 87 }