limit LLM cuck to private toggle

pull/83/head
Aevann 2022-12-27 07:31:28 +02:00
parent 5fdec63e8c
commit 47ba7f11f2
1 changed files with 2 additions and 1 deletions

View File

@ -106,7 +106,8 @@ def delete_profile_background(v):
@auth_required
@ratelimit_user()
def settings_personal_post(v):
if v.id == 253: abort(403)
if v.id == 253 and request.values.get("private"):
abort(403)
updated = False
# begin common selectors #