File tree 4 files changed +9
-7
lines changed
app/components/eyeeye-catcher-card
4 files changed +9
-7
lines changed Original file line number Diff line number Diff line change @@ -97,6 +97,7 @@ export class EyeeyeCatcherCardComponent implements OnInit {
97
97
title = this . g . calloutTitle . trim ( ) ;
98
98
}
99
99
this . title = title ;
100
+ console . log ( 'checkIsEmoji title' , this . title )
100
101
const emojiRegex = require ( 'emoji-regex' ) ;
101
102
const regex = emojiRegex ( ) ;
102
103
let match : any ;
Original file line number Diff line number Diff line change @@ -14,17 +14,17 @@ export const environment = {
14
14
loadRemoteTranslations : true ,
15
15
chatEngine : 'mqtt' ,
16
16
uploadEngine : 'native' ,
17
- tenant : 'tilechat' ,
18
17
fileUploadAccept :"*/*" ,
19
- logLevel : 2 ,
18
+ logLevel : 'INFO' ,
20
19
firebaseConfig : {
21
20
apiKey : 'CHANGEIT' ,
22
21
authDomain : 'CHANGEIT' ,
23
22
databaseURL : 'CHANGEIT' ,
24
23
projectId : 'CHANGEIT' ,
25
24
storageBucket : 'CHANGEIT' ,
26
25
messagingSenderId : 'CHANGEIT' ,
27
- appId : 'CHANGEIT'
26
+ appId : 'CHANGEIT' ,
27
+ tenant : 'tilechat' ,
28
28
} ,
29
29
chat21Config : {
30
30
appId : 'tilechat' ,
Original file line number Diff line number Diff line change @@ -12,17 +12,17 @@ export const environment = {
12
12
remoteTranslationsUrl : 'http://localhost:3000/' ,
13
13
chatEngine : 'CHANGEIT' ,
14
14
uploadEngine : 'CHANGEIT' ,
15
- tenant : 'CHANGEIT' ,
16
15
fileUploadAccept :"*/*" ,
17
- logLevel : 2 ,
16
+ logLevel : 'INFO' ,
18
17
firebaseConfig : {
19
18
apiKey : 'CHANGEIT' ,
20
19
authDomain : 'CHANGEIT' ,
21
20
databaseURL : 'CHANGEIT' ,
22
21
projectId : 'CHANGEIT' ,
23
22
storageBucket : 'CHANGEIT' ,
24
23
messagingSenderId : 'CHANGEIT' ,
25
- appId : 'CHANGEIT'
24
+ appId : 'CHANGEIT' ,
25
+ tenant : 'CHANGEIT' ,
26
26
} ,
27
27
chat21Config : {
28
28
appId : 'tilechat' ,
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ export const environment = {
14
14
uploadEngine : 'native' ,
15
15
tenant : 'tilechat' ,
16
16
fileUploadAccept :"*/*" ,
17
- logLevel : 2 ,
17
+ logLevel : 'INFO' ,
18
18
firebaseConfig : {
19
19
apiKey : 'CHANGEIT' ,
20
20
authDomain : 'CHANGEIT' ,
@@ -23,6 +23,7 @@ export const environment = {
23
23
storageBucket : 'CHANGEIT' ,
24
24
messagingSenderId : 'CHANGEIT' ,
25
25
appId : 'CHANGEIT' ,
26
+ tenant : 'tilechat'
26
27
} ,
27
28
chat21Config : {
28
29
appId : 'tilechat' ,
You can’t perform that action at this time.
0 commit comments