Merge remote-tracking branch 'refs/remotes/origin/main'
This commit is contained in:
@ -34,8 +34,8 @@ class Profile
|
||||
|
||||
let block_response = await this.client._get("/api/profiles/block");
|
||||
|
||||
if (block_response.status == 404)
|
||||
return;
|
||||
if (block_response.status != 200)
|
||||
return
|
||||
|
||||
let block_data = await block_response.json();
|
||||
let block_list = JSON.parse(block_data);
|
||||
|
Reference in New Issue
Block a user