mirror of
https://code.eliotberriot.com/funkwhale/funkwhale.git
synced 2025-10-04 05:09:16 +02:00
See #170: Funkwhale federation
This commit is contained in:
parent
fce4d87551
commit
9aa12db62e
20 changed files with 3722 additions and 125 deletions
|
@ -107,6 +107,4 @@ def generate_actor(username, **kwargs):
|
|||
@receiver(post_delete, sender=Channel)
|
||||
def delete_channel_related_objs(instance, **kwargs):
|
||||
instance.library.delete()
|
||||
if instance.actor != instance.attributed_to:
|
||||
instance.actor.delete()
|
||||
instance.artist.delete()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue