mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-19 04:57:52 +00:00
changes made
This commit is contained in:
@@ -172,7 +172,7 @@ export class WsChatMethodsService {
|
||||
async getAllRooms () {
|
||||
this.loadingWholeList = true
|
||||
const rooms = await this.WsChatService.getRooms();
|
||||
console.log('get all rooms', rooms)
|
||||
console.log('get all rooms', this.loggedUser)
|
||||
await this.storage.remove('Rooms');
|
||||
|
||||
await rooms.result.update.forEach( async (roomData: room, index) => {
|
||||
|
||||
@@ -53,7 +53,7 @@ export class WsChatService {
|
||||
})
|
||||
}
|
||||
|
||||
const requestId = SessionStore.user.ChatData.data.userId
|
||||
const requestId = uuidv4()
|
||||
console.log('Login true', SessionStore.user)
|
||||
const message = {
|
||||
msg: "method",
|
||||
|
||||
Reference in New Issue
Block a user