From 97737f0b98662b4a0c7c9c63fa8a865ecfb54859 Mon Sep 17 00:00:00 2001 From: Petitminion Date: Fri, 14 Mar 2025 23:10:56 +0100 Subject: [PATCH] doc --- docs/specs/playlist-library-federation/index.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/specs/playlist-library-federation/index.md b/docs/specs/playlist-library-federation/index.md index bf91e3887..33bc736d8 100644 --- a/docs/specs/playlist-library-federation/index.md +++ b/docs/specs/playlist-library-federation/index.md @@ -21,6 +21,11 @@ Users will be able to click on a "Request access to playlist audios files" butto `Upload` many_to_one with `Library` through `library` (reverse is `library.uploads`) `Upload` has also a many_to_many with `Library` through `playlist_libraries` (the same upload can be share various time in through various playlists). Reverse relation is `library.playlist_uploads` +##### Federation + +Since `Playlist` is the main object here, we use the `Playlist` activities to send the `Library` information on ActivitiPub. +There is no other reason to share the playlit.library to remote. + ##### Migrations 1. Remote library are not changed