This commit is contained in:
Petitminion 2025-03-14 23:10:56 +01:00
parent ca21bbca2a
commit 97737f0b98
1 changed files with 5 additions and 0 deletions

View File

@ -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