Changeset c1df3e9 in Klonkt for test/activitypub-as2.test.js


Ignore:
Timestamp:
08/07/2026 06:16:10 PM (5 weeks ago)
Author:
Robin <roboburr@…>
Branches:
main
Children:
4b5db37
Parents:
c25eff7
git-author:
Robin <roboburr@…> (08/07/2026 06:14:30 PM)
git-committer:
Robin <roboburr@…> (08/07/2026 06:16:10 PM)
Message:

Playlist-collecties zijn vindbaar (shaer-ayc, stap 2)

Drie wegen, drie vragen:

streams op de actor 'wat heeft deze site?' -- AS2-kern, letterlijk

'supplementary Collections which may be of
interest', dus geen eigen vocabulaire nodig

GET .../playlists de lijst: kaal URI's, verrijkt stubs op verzoek

(FEP-9876, zelfde conventie als followers)

Link-tag op de Note 'wat zit er in deze post?' -- Mastodon parseert

alleen Mention/Hashtag/Emoji en negeert een Link

De poortregel loopt overal door: ook een stub in de verrijkte lijst telt
alleen het open deel, en de gated titel komt nergens in de JSON voor.

De Link-tag checkt de site: playlist-ids zijn een globale primary key, dus
zonder die check zou een post van site A naar de collectie van site B wijzen.

Co-Authored-By: Claude Opus 5 <noreply@…>

File:
1 edited

Legend:

Unmodified
Added
Removed
  • test/activitypub-as2.test.js

    rc25eff7 rc1df3e9  
    3232  // ActivityPub §5.6: the private blocked collection (owner-only GET).
    3333  'blocked',
     34  // ActivityPub §4.1: supplementary collections on the actor — Klonkt wijst
     35  // ermee naar de playlist-lijst (shaer-ayc).
     36  'streams',
    3437  // FEP-633c (Guardians): the owner-only dashboard queues on the actor; the
    3538  // sub-keys are the daemon-contract collection names the Shaer clients read.
Note: See TracChangeset for help on using the changeset viewer.