mirror of
https://github.com/bookwyrm-social/bookwyrm.git
synced 2024-12-25 17:40:35 +00:00
Merge pull request #514 from mouse-reeve/shelf-status-privacy
Use shelf privacy for "wants to read" status privacy
This commit is contained in:
commit
3d170b3eb0
1 changed files with 1 additions and 1 deletions
|
@ -402,7 +402,7 @@ def shelve(request):
|
|||
request.user,
|
||||
desired_shelf,
|
||||
book,
|
||||
privacy='public'
|
||||
privacy=desired_shelf.privacy
|
||||
)
|
||||
|
||||
return redirect('/')
|
||||
|
|
Loading…
Reference in a new issue