doc
This commit is contained in:
parent
ca21bbca2a
commit
97737f0b98
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue