remotes/1693045480750635534/spooky-22
Aevann1 2021-08-30 18:47:16 +02:00
parent b1d9c4abf6
commit d955e25995
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"{request.referrer}#comment-{new_comment.id}")
else: return redirect(f"test")
@app.get("/songs/<id>")