Merge branch 'clients-user' of https://github.com/fosrl/pangolin into clients-user

This commit is contained in:
miloschwartz
2025-11-13 17:33:37 -05:00
2 changed files with 3 additions and 3 deletions

View File

@@ -42,7 +42,8 @@ export const handleOlmRegisterMessage: MessageHandler = async (context) => {
olm.userId,
olm.olmId,
olm.name || "User Device",
doNotCreateNewClient ? true : false
// doNotCreateNewClient ? true : false
true // for now never create a new client automatically because we create the users clients when they are added to the org
);
} catch (err) {
logger.error(