mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-18 20:47:54 +00:00
fix chat room list
This commit is contained in:
@@ -559,6 +559,11 @@ export class ChatPage implements OnInit {
|
||||
|
||||
}
|
||||
|
||||
|
||||
roomDataFileType(roomData) {
|
||||
return roomData?.lastMessage?.file?.type || null
|
||||
}
|
||||
|
||||
async transformGroups(data) {
|
||||
if (this.platform.is('desktop') || this.platform.is('mobileweb')) {
|
||||
let groupsArray = [];
|
||||
|
||||
Reference in New Issue
Block a user