invitation is working
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user