- Gdańsk
- https://gabrielkaszewski.dev
- Joined on
2025-07-15
Block a user
feat: wire on_unknown_activity to actually dispatch unknown inbound activities
Remove dead code or #[allow(dead_code)] annotation
Use typed structs for activity objects instead of inline json!()
Use existing constants instead of local redeclarations
Extract shared inbox dedup logic from broadcast methods
Validate base_url in builder instead of expect() on every use
refactor: provide mock builder for test repo stubs
refactor: consolidate DbActor construction into a single factory
refactor: reduce FollowRepository surface area with query objects
feat: implement inbox forwarding (AP spec section 7.1.2)
Consider qualified re-exports in domain ports module
Remove duplicate lockfile in SPA
Replace magic numbers with named constants
Extract shared wiring logic between main.rs and worker/main.rs