mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-20 05:16:07 +00:00
add opentelemetr logging
This commit is contained in:
@@ -124,16 +124,16 @@ export class ChatPage implements OnInit {
|
||||
) {
|
||||
|
||||
|
||||
this.messageLiveDataSourceService.socket.messages$.subscribe(({payload, requestId, type}) => {
|
||||
if(payload.sender == null) {
|
||||
delete payload.sender
|
||||
}
|
||||
// this.messageLiveDataSourceService.socket.messages$.subscribe(({payload, requestId, type}) => {
|
||||
// if(payload.sender == null) {
|
||||
// delete payload.sender
|
||||
// }
|
||||
|
||||
if(type == 'createRoom') {
|
||||
this.RoomRepositoryService.list();
|
||||
}
|
||||
// if(type == 'createRoom') {
|
||||
// this.RoomRepositoryService.list();
|
||||
// }
|
||||
|
||||
})
|
||||
// })
|
||||
|
||||
this.headers = new HttpHeaders();
|
||||
window.onresize = (event) => {
|
||||
|
||||
Reference in New Issue
Block a user