Skip to content

Commit 4ee7065

Browse files
committed
docs: add announcements account in default JSON list
1 parent 033746c commit 4ee7065

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ You can easily deploy a customized version of the reader by [forking](https://gi
1515
- `postLinkColor`: Color for links within posts.
1616
- `defaultFollowedActors`: A list of URLs representing the actors that will be followed by default when no actors are followed.
1717

18+
> The `@announcements@social.distributed.press` account will notify when a new site is published, created using the Social Inbox (https://github.com/hyphacoop/social.distributed.press/).
19+
1820
### Example `defaults.json`:
1921

2022
```json
@@ -28,6 +30,7 @@ You can easily deploy a customized version of the reader by [forking](https://gi
2830
"postLinkColor": "#0ea5e9"
2931
},
3032
"defaultFollowedActors": [
33+
"https://social.distributed.press/v1/@announcements@social.distributed.press/",
3134
"https://mastodon.social/@akhileshthite"
3235
]
3336
}

0 commit comments

Comments
 (0)