forked from rDrama/rDrama
1
0
Fork 0
master
Aevann1 2021-08-30 18:55:50 +02:00
parent d955e25995
commit 3e005663de
1 changed files with 1 additions and 1 deletions

View File

@ -127,7 +127,7 @@ def messagereply(v, username, id):
g.db.add(notif)
if not request.referrer or request.referrer.endswith('/notifications'): return redirect(f"/notifications?all=true#comment-{new_comment.id}")
else: return redirect(f"test")
else: return redirect(f"{request.referrer}#comment-{new_comment.id}")
@app.get("/songs/<id>")