mirror of
https://github.com/fosrl/pangolin.git
synced 2026-03-07 11:16:37 +00:00
Dont create client
This commit is contained in:
@@ -42,7 +42,8 @@ export const handleOlmRegisterMessage: MessageHandler = async (context) => {
|
|||||||
olm.userId,
|
olm.userId,
|
||||||
olm.olmId,
|
olm.olmId,
|
||||||
olm.name || "User Device",
|
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) {
|
} catch (err) {
|
||||||
logger.error(
|
logger.error(
|
||||||
|
|||||||
Reference in New Issue
Block a user