this repo has no description
0
fork

Configure Feed

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

at main 12 lines 824 B view raw view rendered
1# Example: Private My Stuff 2 3This configuration file shows how you can make a private personalized feed based of your posts, replies to your posts, and posts where you are quoted. 4 5This feed is configured with the `allow` attribute that has a list of DIDs that can access the feed. Any request coming from a DID not in that list sees the `deny` post. 6 7## Instructions 8 91. Create the feed and replace `ATURI` with the full record AT-URI. Should look like `at://YOUR_DID/app.bsky.feed.generator/some_rkey` 102. Update the `DID` placeholders with your DID. There are several references, so be sure to update all of them. 113. Create a new post that people will see when the do not have access to the feed. Replace the `DENIED` placeholder with the full record AT-URI. Should look like `at://YOUR_DID/app.bsky.feed.post/some_rkey` 12