diff --git a/src/app/pages/chat/messages/messages.page.html b/src/app/pages/chat/messages/messages.page.html index a11653d83..69d538f31 100644 --- a/src/app/pages/chat/messages/messages.page.html +++ b/src/app/pages/chat/messages/messages.page.html @@ -46,11 +46,6 @@ -
{{msg.duration}}
- {{msg.msg}} - {{msg.msg}} + + + + + + + {{last ? scrollToBottom() : ''}}
@@ -80,6 +80,12 @@
image + + + + + +
@@ -118,6 +124,15 @@ {{msg.displayType}} + + + + + + + + +
diff --git a/src/app/services/chat/ws-chat-methods.service.ts b/src/app/services/chat/ws-chat-methods.service.ts index 82dae5b98..8780bb626 100644 --- a/src/app/services/chat/ws-chat-methods.service.ts +++ b/src/app/services/chat/ws-chat-methods.service.ts @@ -162,9 +162,9 @@ export class WsChatMethodsService { } catch(e){} - setTimeout(()=>{ + setTimeout(() => { this.sortRoomList() - }, 1000) + }, 10000) } @@ -213,6 +213,11 @@ export class WsChatMethodsService { setTimeout(()=>{ this.sortRoomList() }, 1000) + + + setTimeout(()=>{ + this.sortRoomList() + }, 10000) this.loadingWholeList = false }