mirror of
https://code.eliotberriot.com/funkwhale/funkwhale.git
synced 2025-10-05 05:59:28 +02:00
MRF / Dropping of incoming/outgoing messages based on allow-list
This commit is contained in:
parent
371dc01205
commit
08262529ec
24 changed files with 897 additions and 89 deletions
|
@ -70,6 +70,7 @@ def create_user(actor):
|
|||
class DomainFactory(NoUpdateOnCreate, factory.django.DjangoModelFactory):
|
||||
name = factory.Faker("domain_name")
|
||||
nodeinfo_fetch_date = factory.LazyFunction(lambda: timezone.now())
|
||||
allowed = None
|
||||
|
||||
class Meta:
|
||||
model = "federation.Domain"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue