mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-20 13:26:08 +00:00
fix agenda colors
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user