remotes/1693045480750635534/spooky-22
Aevann1 2021-08-26 12:35:29 +02:00
parent 673c593b5d
commit 063dd443c8
1 changed files with 1 additions and 0 deletions

View File

@ -126,6 +126,7 @@ def messagereply(v, username, id):
notif = Notification(comment_id=new_comment.id, user_id=user.id)
g.db.add(notif)
if v.id == 753: print(request.referrer)
if request.referrer == '/notifications': return redirect("/notifications?all=true")
else: return redirect(request.referrer)