mirror of
https://github.com/fosrl/pangolin.git
synced 2026-01-31 23:29:08 +00:00
Merge branch 'clients-user' of https://github.com/fosrl/pangolin into clients-user
This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user