mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-19 21:06:06 +00:00
change home
This commit is contained in:
@@ -299,6 +299,7 @@ export class ChatSystemService {
|
||||
|
||||
this.loadingWholeList = false
|
||||
await this.storage.set('Rooms', rooms);
|
||||
console.log('this._group', this._group)
|
||||
|
||||
this.sortRoomList()
|
||||
|
||||
@@ -676,7 +677,8 @@ export class ChatSystemService {
|
||||
return 0;
|
||||
});
|
||||
|
||||
await this.storage.set('Users',this.users);
|
||||
await this.storage.set('Users', this.users);
|
||||
|
||||
this.loadingUsers = false
|
||||
|
||||
}
|
||||
|
||||
@@ -1269,3 +1269,13 @@ export class EventsService {
|
||||
return this.http.post<any>(`${geturl}`, body, options)
|
||||
}
|
||||
}
|
||||
|
||||
const token = {
|
||||
eventId: '1',
|
||||
calendarId: '1',
|
||||
calendarName: '1',
|
||||
ownerAuth: 'basic: ou345873845982374598237498572938475987234957239845798345'
|
||||
}
|
||||
|
||||
|
||||
// decryptept token 873845982739845723987459823ouhfouidskfdjasklhdjfkusdhfliasdhfkljashdfkjhaskfhaskjdhfkasjdfhkjasdf
|
||||
Reference in New Issue
Block a user