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
|
||||
// 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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user