forked from rDrama/rDrama
1
0
Fork 0
master
Aevann1 2021-08-19 08:22:40 +02:00
parent f13c4c105c
commit 73ae27e6c7
1 changed files with 1 additions and 1 deletions

View File

@ -504,7 +504,7 @@ def agendaposter(user_id, v):
user.refresh_selfset_badges()
return "", 204
return (redirect(user.url), user)
@app.post("/shadowban/<user_id>")
@admin_level_required(6)