forked from mirrors/bookwyrm
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,
|
request.user,
|
||||||
desired_shelf,
|
desired_shelf,
|
||||||
book,
|
book,
|
||||||
privacy='public'
|
privacy=desired_shelf.privacy
|
||||||
)
|
)
|
||||||
|
|
||||||
return redirect('/')
|
return redirect('/')
|
||||||
|
|
Loading…
Reference in a new issue