Chat finish; add invitation; friend; see online users if he is your friend
This commit is contained in:
@ -58,6 +58,7 @@ async function renderView(view)
|
||||
|
||||
let error_code = await view.postInit();
|
||||
|
||||
|
||||
if (error_code === 404)
|
||||
renderView(new PageNotFoundView());
|
||||
else if (error_code === 403)
|
||||
|
Reference in New Issue
Block a user