mirror of
https://github.com/bookwyrm-social/bookwyrm.git
synced 2024-11-23 01:51:08 +00:00
BookWyrm users is the default directory filter
This commit is contained in:
parent
624f96fcf6
commit
2c9efd1ba6
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ class Directory(View):
|
|||
# filters
|
||||
filters = {}
|
||||
software = request.GET.get("software")
|
||||
if software == "bookwyrm":
|
||||
if not software or software == "bookwyrm":
|
||||
filters["bookwyrm_user"] = True
|
||||
scope = request.GET.get("scope")
|
||||
if scope == "local":
|
||||
|
|
Loading…
Reference in a new issue