remove publication mobile

This commit is contained in:
Peter Maquiran
2024-03-11 10:23:33 +01:00
parent b02971e70b
commit e87b4ccdef
9 changed files with 42 additions and 22 deletions
+1
View File
@@ -183,6 +183,7 @@ export class AuthService {
setTimeout(() => {
if (SessionStore.user.ChatData?.data) {
this.RochetChatConnectorService.logout();
this.RochetChatConnectorService.connect();
this.RochetChatConnectorService.login().then((message: any) => {
console.log('Chat login', message)
+1 -1
View File
@@ -157,7 +157,7 @@ export class ChatSystemService {
runMainChangeDetector() {
console.log("change")
this.mainChangeDetector()
// this.mainChangeDetector()
}
loadChat() {
+1 -1
View File
@@ -391,7 +391,7 @@ export class RoomService {
this.name = ChatMessage.msg
}
this.changeDetector()
// this.changeDetector()
setTimeout(() => {
done()
}, 5)