Remove user check

This commit is contained in:
Owen
2025-11-04 11:55:49 -08:00
parent 959a562e7c
commit 3fd3f9871d

View File

@@ -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,