Retro Bulletin Board Systems on atproto. Web app and TUI. lazy mirror of alyraffauf/atbbs atbbs.xyz
forums python tui atproto bbs
3
fork

Configure Feed

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

at master 7 lines 270 B view raw
1export const SITE = "xyz.atbbs.site"; 2export const BOARD = "xyz.atbbs.board"; 3export const POST = "xyz.atbbs.post"; 4export const BAN = "xyz.atbbs.ban"; 5export const HIDE = "xyz.atbbs.hide"; 6export const PIN = "xyz.atbbs.pin"; 7export const PROFILE = "xyz.atbbs.profile";