This commit is contained in:
Aevann1 2022-01-24 22:26:15 +02:00
parent c3f9b38182
commit a795bd39e9
10 changed files with 33 additions and 33 deletions

View file

@ -827,7 +827,7 @@ def submit_post(v):
_note="spam"
)
g.db.add(ma)
return redirect("/notifications")
return redirect(f"{SITE_FULL}/notifications")
if len(str(body)) > 20000: