Chore: disable intercom for externals (#53)

* switches mapper terminology to category assignment

* linting

* chore: disable intercom for external developers

---------

Co-authored-by: Claire Kuang <kuang.claire@gmail.com>
This commit is contained in:
Oğuzhan Koral
2025-08-18 22:20:27 +01:00
committed by GitHub
parent c8f85c3874
commit b7e347f3f0
+3 -2
View File
@@ -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