diff --git a/maubot/management/api/client_auth.py b/maubot/management/api/client_auth.py index 81bdb6d..2d43106 100644 --- a/maubot/management/api/client_auth.py +++ b/maubot/management/api/client_auth.py @@ -93,6 +93,7 @@ async def register(request: web.Request) -> web.Response: "password": password, "admin": False, "mac": mac, + "user_type": "bot", })) except MatrixRequestError as e: return web.json_response({