Make the "With replies" section private

This commit is contained in:
Thomas Sileo
2018-07-18 00:06:42 +02:00
parent 4877e955d0
commit 8b0a1ea368
2 changed files with 3 additions and 1 deletions

1
app.py
View File

@@ -728,6 +728,7 @@ def index():
@app.route("/with_replies")
@login_required
def with_replies():
q = {
"box": Box.OUTBOX.value,