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:
+3
-2
@@ -711,8 +711,9 @@ export const useHostAppStore = defineStore('hostAppStore', () => {
|
|||||||
// Intercom shenanningans below
|
// Intercom shenanningans below
|
||||||
// Do not poke intercom in ancient revit version
|
// Do not poke intercom in ancient revit version
|
||||||
if (
|
if (
|
||||||
hostAppName.value?.toLowerCase() === 'revit' &&
|
(hostAppName.value?.toLowerCase() === 'revit' &&
|
||||||
hostAppVersion.value?.includes('2022')
|
hostAppVersion.value?.includes('2022')) ||
|
||||||
|
!isDistributedBySpeckle.value
|
||||||
)
|
)
|
||||||
return
|
return
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user