PDS software with bells & whistles you didn’t even know you needed. will move this to its own account when ready.
0
fork

Configure Feed

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

at main 19 lines 416 B view raw
1pub mod actor; 2pub mod admin; 3pub mod age_assurance; 4pub mod backup; 5pub mod delegation; 6pub mod error; 7pub mod identity; 8pub mod moderation; 9pub mod notification_prefs; 10pub mod proxy; 11pub mod proxy_client; 12pub mod repo; 13pub mod server; 14pub mod temp; 15pub mod validation; 16pub mod verification; 17 18pub use error::ApiError; 19pub use proxy_client::{AtUriParts, proxy_client, validate_at_uri, validate_did, validate_limit};