Allow JIT based on site or resource

This commit is contained in:
Owen
2026-03-04 15:44:27 -08:00
parent f315c8bc43
commit c73a39f797
7 changed files with 156 additions and 10 deletions

View File

@@ -17,7 +17,7 @@ export const handleOlmUnRelayMessage: MessageHandler = async (context) => {
}
if (!olm.clientId) {
logger.warn("Olm has no site!"); // TODO: Maybe we create the site here?
logger.warn("Olm has no client!");
return;
}