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