From b7e347f3f03298f5d936fe0dff93ff09d38236dc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?O=C4=9Fuzhan=20Koral?= <45078678+oguzhankoral@users.noreply.github.com> Date: Mon, 18 Aug 2025 22:20:27 +0100 Subject: [PATCH] Chore: disable intercom for externals (#53) * switches mapper terminology to category assignment * linting * chore: disable intercom for external developers --------- Co-authored-by: Claire Kuang --- store/hostApp.ts | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/store/hostApp.ts b/store/hostApp.ts index 77fe905..16237bd 100644 --- a/store/hostApp.ts +++ b/store/hostApp.ts @@ -711,8 +711,9 @@ export const useHostAppStore = defineStore('hostAppStore', () => { // Intercom shenanningans below // Do not poke intercom in ancient revit version if ( - hostAppName.value?.toLowerCase() === 'revit' && - hostAppVersion.value?.includes('2022') + (hostAppName.value?.toLowerCase() === 'revit' && + hostAppVersion.value?.includes('2022')) || + !isDistributedBySpeckle.value ) return