patch chat

This commit is contained in:
2024-01-08 17:20:15 +01:00
parent 58d20920ea
commit 478456a199
8 changed files with 27 additions and 22 deletions

View File

@ -32,7 +32,7 @@ class Profile
let block_response = await this.client._get("/api/profiles/block");
if (block_response.status == 404)
if (block_response.status != 200)
return
let block_data = await block_response.json();