forked from AkkomaGang/akkoma
Oneric
0f9c9aac38
Current AP spec demands anonymous objects to have an id value,
but explicitly set it to JSON null. Howeveras it turns out this is
incompatible with JSON-LD requiring `@id` to be a string and thus AP
spec is incompatible iwth the Ativity Streams spec it is based on.
This is an issue for (the few) AP implementers actually performing
JSON-LD processing, like IceShrimp.NET.
This was uncovered by IceShrimp.NET’s zotan due to our adoption of
anonymous objects for emoj in
|
||
---|---|---|
.. | ||
accept_handling_test.exs | ||
add_remove_handling_test.exs | ||
announce_handling_test.exs | ||
answer_handling_test.exs | ||
article_handling_test.exs | ||
audio_handling_test.exs | ||
block_handling_test.exs | ||
delete_handling_test.exs | ||
emoji_react_handling_test.exs | ||
event_handling_test.exs | ||
follow_handling_test.exs | ||
like_handling_test.exs | ||
note_handling_test.exs | ||
page_handling_test.exs | ||
question_handling_test.exs | ||
reject_handling_test.exs | ||
undo_handling_test.exs | ||
user_update_handling_test.exs | ||
video_handling_test.exs |