]> git.lizzy.rs Git - cheatdb.git/commitdiff
Make review threads public by default
authorrubenwardy <rw@rubenwardy.com>
Tue, 12 Nov 2019 22:39:17 +0000 (22:39 +0000)
committerrubenwardy <rw@rubenwardy.com>
Tue, 12 Nov 2019 22:39:17 +0000 (22:39 +0000)
app/views/threads.py

index 4972abdfcfe834670553006f277fb2e38666536f..e43057710a80003fb06ef3b2aa2571c94986fd8e 100644 (file)
@@ -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