mirror of
https://github.com/bookwyrm-social/bookwyrm.git
synced 2025-01-01 21:08:42 +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)
|
||||
return
|
||||
|
||||
if not created:
|
||||
return
|
||||
|
||||
for stream in streams.values():
|
||||
stream.add_status(instance)
|
||||
|
||||
|
|
Loading…
Reference in a new issue