mirror of https://github.com/synctv-org/synctv
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
## Summary - add idempotent block, unblock, and paginated block-list APIs across HTTP, gRPC, service, and repository layers - hide blocked creators from authenticated personal discovery while leaving anonymous discovery unchanged - preserve joined, favorited, and directly accessed rooms with a creator_blocked marker - filter blocked users from message history, search, context, pinned messages, replay, unread counts, live events, and reconnect replay - add the user_blocks migration, SQLx offline metadata, and repository/API coverage ## Behavior Blocking is private to the current account. It does not alter the blocked account or public anonymous discovery. Detailed personal room lists remain complete and expose creator_blocked so clients can label the creator. Observer-specific realtime filtering advances event cursors and fails closed when block-state lookup is unavailable. ## Verification - make check - make fmt-check - cargo test --workspace: 5222 passed - synctv-api-common library tests: 638 passed, 165 ignored - PostgreSQL favorite-room creator_blocked integration test - SQLx prepare across the workspace - real two-account HTTP, realtime, and room-flow integration test Client: https://github.com/synctv-org/synctv-app/pull/47 |
1 month ago | |
|---|---|---|
| .. | ||
| proto | 1 month ago | |
| src | 1 month ago | |
| tests | 2 months ago | |
| Cargo.toml | 2 months ago | |
| build.rs | 1 month ago | |