mirror of
https://code.eliotberriot.com/funkwhale/funkwhale.git
synced 2025-10-04 10:59:17 +02:00
Minor fixes
This commit is contained in:
parent
84ed7e0b3a
commit
527edc1e1e
3 changed files with 2 additions and 3 deletions
|
@ -109,7 +109,7 @@ def set_fid(queryset, path, stdout):
|
|||
|
||||
def update_shared_inbox_url(stdout):
|
||||
stdout.write("* Update shared inbox url for local actors...")
|
||||
candidates = federation_models.Actor.objects.local().filter(shared_inbox_url=None)
|
||||
candidates = federation_models.Actor.objects.local()
|
||||
url = federation_models.get_shared_inbox_url()
|
||||
candidates.update(shared_inbox_url=url)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue