Stupid mastodon thing fixed
This commit is contained in:
parent
a27ff5211d
commit
505744d8c9
1 changed files with 1 additions and 1 deletions
|
@ -216,7 +216,7 @@ export async function CreateBlock(ID, IsBlocked) {
|
|||
return "";
|
||||
}
|
||||
let request = localStorage.getItem(Variables.MastodonWebsite) + "/api/v1/accounts/" + ID;
|
||||
if (IsReblogged == false) {
|
||||
if (IsBlocked == false) {
|
||||
request += "/block";
|
||||
} else {
|
||||
request += "/unblock";
|
||||
|
|
Loading…
Add table
Reference in a new issue