fix agenda colors

This commit is contained in:
Peter Maquiran
2022-10-06 11:12:03 +01:00
parent 1e8c5c3720
commit 42005b731b
6 changed files with 31 additions and 5 deletions
@@ -179,6 +179,7 @@ export class ListBoxService {
end: new Date(element.endTime),
id: element.id,
event: element.event,
profile: profile
});
});
@@ -290,7 +290,6 @@ export class ChatSystemService {
* @description subscribe all room
*/
subscribeToRoom() {
console.log("=====>>subscribeToRoom<<=====");
for (const id in this.dm) {
this.defaultSubtribe(id)