mirror of
https://code.eliotberriot.com/funkwhale/funkwhale.git
synced 2025-10-04 01:09:16 +02:00
Now persist actors in database during auth
This commit is contained in:
parent
657bd4b01a
commit
81e7f03f77
2 changed files with 5 additions and 3 deletions
|
@ -255,8 +255,6 @@ class TestActor(SystemActor):
|
|||
accept,
|
||||
to=[ac['actor']],
|
||||
on_behalf_of=test_actor)
|
||||
# we persist the sender in database
|
||||
sender.save()
|
||||
models.Follow.objects.get_or_create(
|
||||
actor=sender,
|
||||
target=test_actor,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue