mirror of
https://github.com/minetest/contentdb.git
synced 2024-12-23 06:22:24 +01:00
Make review threads public by default
This commit is contained in:
parent
904e09f0dd
commit
08a9ae7b94
@ -140,7 +140,7 @@ def new_thread_page():
|
||||
abort(403)
|
||||
|
||||
def_is_private = request.args.get("private") or False
|
||||
if package is None or not package.approved:
|
||||
if package is None:
|
||||
def_is_private = True
|
||||
allow_change = package and package.approved
|
||||
is_review_thread = package and not package.approved
|
||||
|
Loading…
Reference in New Issue
Block a user