fix(ap): visibility-aware addressing — correct to/cc outbound, parse inbound to/cc
Some checks failed
lint / lint (push) Has been cancelled
test / unit (push) Has been cancelled
test / integration (push) Has been cancelled
lint / lint (pull_request) Failing after 9m25s
test / unit (pull_request) Successful in 16m39s
test / integration (pull_request) Failing after 17m35s

This commit is contained in:
2026-05-14 19:34:43 +02:00
parent a5ea97bbaa
commit 8602614e7c
5 changed files with 45 additions and 3 deletions

View File

@@ -698,6 +698,7 @@ impl ActivityPubRepository for TestStore {
_published: chrono::DateTime<chrono::Utc>,
_sensitive: bool,
_content_warning: Option<String>,
_visibility: &str,
) -> Result<(), DomainError> {
Ok(())
}