This commit is contained in:
Aevann1 2021-08-25 19:18:06 +02:00
parent 10bbf8878d
commit 3a523463df
8 changed files with 350 additions and 350 deletions

View file

@ -128,7 +128,7 @@ def messagereply(v, username, id):
g.db.add(new_aux)
notif = Notification(comment_id=new_comment.id, user_id=user.id)
g.db.add(notif)
return redirect('/notifications?messages=true')
return redirect(request.referrer))
@app.get("/songs/<id>")
def songs(id):