Don't mark package as changes needed when creating a review thread

This commit is contained in:
rubenwardy 2021-07-19 23:59:40 +01:00
parent ce8ae30311
commit 9a54ada0ec

@ -331,9 +331,6 @@ def new():
if is_review_thread:
package.review_thread = thread
if package.state == PackageState.READY_FOR_REVIEW and current_user not in package.maintainers:
package.state = PackageState.CHANGES_NEEDED
notif_msg = "New thread '{}'".format(thread.title)
if package is not None: