Stupid mastodon thing fixed

This commit is contained in:
CatAClock 2025-06-03 13:05:28 -07:00
parent a27ff5211d
commit 505744d8c9

View file

@ -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";