mirror of
https://github.com/bookwyrm-social/bookwyrm.git
synced 2025-04-25 11:44:17 +00:00
Merge branch 'main' into production
This commit is contained in:
commit
276bded337
1 changed files with 1 additions and 1 deletions
|
@ -355,7 +355,7 @@ def populate_streams_on_account_create(sender, instance, created, *args, **kwarg
|
||||||
if not created or not instance.local:
|
if not created or not instance.local:
|
||||||
return
|
return
|
||||||
|
|
||||||
for stream in streams.values():
|
for stream in streams:
|
||||||
populate_stream_task.delay(stream, instance.id)
|
populate_stream_task.delay(stream, instance.id)
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue