mirror of
https://github.com/bookwyrm-social/bookwyrm.git
synced 2025-01-04 06:18:49 +00:00
Don't skip updates statuses when adding to streams
Generated note books are added post-initial save
This commit is contained in:
parent
38f614a526
commit
cce7d9a648
1 changed files with 0 additions and 3 deletions
|
@ -260,9 +260,6 @@ def add_status_on_create(sender, instance, created, *args, **kwargs):
|
||||||
stream.remove_object_from_related_stores(instance)
|
stream.remove_object_from_related_stores(instance)
|
||||||
return
|
return
|
||||||
|
|
||||||
if not created:
|
|
||||||
return
|
|
||||||
|
|
||||||
for stream in streams.values():
|
for stream in streams.values():
|
||||||
stream.add_status(instance)
|
stream.add_status(instance)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue