mirror of
https://github.com/fosrl/pangolin.git
synced 2026-01-29 06:10:47 +00:00
Remove user check
This commit is contained in:
@@ -34,11 +34,6 @@ export const handleOlmRegisterMessage: MessageHandler = async (context) => {
|
||||
let client: Client;
|
||||
|
||||
if (orgId) {
|
||||
if (!olm.userId) {
|
||||
logger.warn("Olm has no user ID to verify org change!");
|
||||
return;
|
||||
}
|
||||
|
||||
try {
|
||||
client = await getOrCreateOrgClient(
|
||||
orgId,
|
||||
|
||||
Reference in New Issue
Block a user