mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-18 20:47:54 +00:00
fix
This commit is contained in:
@@ -270,7 +270,12 @@ export class RoomService {
|
|||||||
|
|
||||||
|
|
||||||
getRoomMembersIds(): string[] {
|
getRoomMembersIds(): string[] {
|
||||||
|
try {
|
||||||
return this.members.map((user)=> user._id)
|
return this.members.map((user)=> user._id)
|
||||||
|
} catch(error) {
|
||||||
|
return []
|
||||||
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
getAllMemberThatIsNotOffline(): string[] {
|
getAllMemberThatIsNotOffline(): string[] {
|
||||||
|
|||||||
Reference in New Issue
Block a user