Completely omit id for anonymous objects #850
No reviewers
Labels
No labels
approved, awaiting change
bug
configuration
documentation
duplicate
enhancement
extremely low priority
feature request
Fix it yourself
help wanted
invalid
mastodon_api
needs docs
needs tests
not a bug
planned
pleroma_api
privacy
question
static_fe
triage
wontfix
No milestone
No project
No assignees
2 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: AkkomaGang/akkoma#850
Loading…
Reference in a new issue
No description provided.
Delete branch "Oneric/akkoma:ap-anonymous-errata"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Although current behaviour is (the only way to) follow ActivityPub specification, the specification itself is buggy and incompatible with the JSON-LD spec its (transitively) based on. In practice following current spec creates federation issues with implementations performing JSON-LD processing, like e.g. IceShrimp.NET.
The bug was brought up with W3C and to remedy the situation a AP spec amendment/errata was proposed; this patch brings us in line with the proposed spec change, fixing: #848
WIP since federation effects are completely untested atm and the decision wrt AP spec isn’t final yetFederation test results:
Confirmed good:
This restores federation with IceShrimp.NET (and any other JSON-LD-processing implementations) and otherwise appears is no worse than before. With how the discussion in the W3C issue is going it also seems unlikely the effective result of the spec change will change from this, thus removing WIP; imho fairly safe and good to merge now
WIP: Completely omit id for anonymous objectsto Completely omit id for anonymous objectsThe bug that this patch addresses causes interoperability issues between Akkoma and any Fedify-based implementations (including Hollo). I hope this patch will be merged soon!