updating taking me and all others out of the room
This commit is contained in:
@@ -89,6 +89,7 @@ export default function CreateOrUpdateRoomModal(props: IModalProps) {
|
|||||||
|
|
||||||
if (props.updateRoom) {
|
if (props.updateRoom) {
|
||||||
newRoom.id = props.updateRoom.id;
|
newRoom.id = props.updateRoom.id;
|
||||||
|
newRoom.membersInRoom = props.updateRoom.membersInRoom;
|
||||||
}
|
}
|
||||||
|
|
||||||
await roomService.createOrUpdateRoom(newRoom);
|
await roomService.createOrUpdateRoom(newRoom);
|
||||||
|
|||||||
Reference in New Issue
Block a user