A better Rust ATProto crate
0

Configure Feed

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

feat: add support for arabica and oolong lexicons

author
Ethan Holz
committer
Tangled
date (Jun 5, 2026, 4:40 PM +0300) commit 5e4f4e4a parent 22adf075 change-id kwuszvnk
+8
+8
lexicons.kdl
··· 101 101 repo "https://github.com/teal-fm/teal" 102 102 pattern "lexicons/**/*.json" 103 103 } 104 + source "arabica" type="git" priority=50 { 105 + repo "https://tangled.org/arabica.social/arabica" 106 + pattern "lexicons/social/arabica/alpha/*.json" 107 + } 108 + source "oolong" type="git" priority=50 { 109 + repo "https://tangled.org/arabica.social/arabica" 110 + pattern "lexicons/social/oolong/alpha/*.json" 111 + }