fds
This commit is contained in:
parent
ea63796fac
commit
eccfb31469
8 changed files with 120 additions and 86 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue