Make the "With replies" section private
This commit is contained in:
parent
4877e955d0
commit
8b0a1ea368
2 changed files with 3 additions and 1 deletions
1
app.py
1
app.py
|
@ -728,6 +728,7 @@ def index():
|
|||
|
||||
|
||||
@app.route("/with_replies")
|
||||
@login_required
|
||||
def with_replies():
|
||||
q = {
|
||||
"box": Box.OUTBOX.value,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue