invitation is working

This commit is contained in:
simplonco
2023-01-13 00:08:00 +01:00
parent 41711a75f2
commit 27bbb6346f
4 changed files with 9 additions and 8 deletions

View File

@@ -103,6 +103,8 @@ export async function invite_user(user_name: string)
body: JSON.stringify({username: user_name}),
});
let data = await response.json();
await get_room_messages();
}
export async function get_my_rooms()