If two users both upload the same content with different links, how can this be resolved?
both link could be displayed ?
How can we prevent users from posting abusive links e.g. links to adult content?
We could create a moderation database that has a list of banned url. BUt this should be another feature cause its complex.
We could also allow admin to disable links edition
Sporiff We would need a mechanism to prevent updated links being overwritten when the CLI is used, possibly a Boolean flag that we can use to filter any links that have been updated in Funkwhale.
Why not have both ? And make clear on the ui what comes from mb and what come from fw users ?
If nobody is against this I would like to start coding the api next week, cause I'm stuck in my other tasks.