roundabout,
created on Sunday, 28 July 2024, 13:50:41 (1722174641),
received on Wednesday, 31 July 2024, 06:54:51 (1722408891)
Author identity: vlad <vlad.muntoiu@gmail.com>
8e61e6f960610dc6ced358e3f851c4491a685fd3
app.py
@@ -1079,6 +1079,8 @@ def repository_forum_change_state(username, repository, post_id):
if not post:
flask.abort(404)
if post.parent:
flask.abort(400)
post.state = int(flask.request.form["new-state"])