This commit is contained in:
Aevann1 2022-04-17 22:20:40 +02:00
parent ea63796fac
commit eccfb31469
8 changed files with 120 additions and 86 deletions

View file

@ -54,7 +54,7 @@ def request_api_keys(v):
body = f"@{v.username} has requested API keys for `{request.values.get('name')}`. You can approve or deny the request [here](/admin/apps)."
body_html = sanitize(body, noimages=True)
body_html = sanitize(body)
new_comment = Comment(author_id=NOTIFICATIONS_ID,