wip invite, and join room gives 2 messages
This commit is contained in:
@@ -13,11 +13,8 @@
|
||||
{
|
||||
console.log("inside invite_this_user");
|
||||
|
||||
await invite_user(username);
|
||||
// console.log("room:", room);
|
||||
// const updated_room = await join_room(room);
|
||||
// console.log("updated room:", updated_room);
|
||||
// await change_room(updated_room);
|
||||
invite_user(username);
|
||||
layout.set("room");
|
||||
}
|
||||
|
||||
</script>
|
||||
|
||||
Reference in New Issue
Block a user