gf
This commit is contained in:
parent
52f7980db7
commit
cb8f74cbd5
1 changed files with 1 additions and 1 deletions
|
@ -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>")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue