fix(ap): protocol compliance — actor verification, on_unlike, Move, bto/bcc
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 9m31s
test / unit (pull_request) Successful in 16m12s
test / integration (pull_request) Failing after 16m53s
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 9m31s
test / unit (pull_request) Successful in 16m12s
test / integration (pull_request) Failing after 16m53s
- Add verify() to Accept/Reject (actor must match Follow target) - Add verify() to Create/Update (actor must match attributedTo) - Add verify() to Delete (actor domain must match object domain) - Fix UpdateActivity passing wrapper id instead of object id to on_update - Implement on_unlike (was no-op stub) — publishes LikeRemoved event - BlockActivity now removes remote actor as follower, not just following - Add MoveActivity (account migration) to InboxActivities enum - Add bto/bcc fields to CreateActivity for blind DM support - http_signature_compat(true) restricted to debug mode only - Announce of non-local object logs debug instead of silent drop - postgres-federation: get_followers/get_following_page/count_following now consistently filter by status='accepted'
This commit is contained in:
@@ -33,7 +33,6 @@ impl ApFederationConfig {
|
||||
.domain(&data.domain)
|
||||
.app_data(data)
|
||||
.debug(false)
|
||||
.http_signature_compat(true)
|
||||
.build()
|
||||
.await?
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user