Merge branch 'import-field-names' of github.com:bookwyrm-social/bookwyrm into import-field-names

This commit is contained in:
Mouse Reeve
2021-11-14 07:06:48 -08:00
6 changed files with 43 additions and 1 deletions

View File

@ -205,3 +205,5 @@ def handle_imported_book(item):
)
# only broadcast this review to other bookwyrm instances
review.save(software="bookwyrm", priority=LOW)
item.linked_review = review
item.save()