AA
This commit is contained in:
parent
b8362a0f01
commit
18a7d70d51
1 changed files with 1 additions and 1 deletions
|
@ -154,7 +154,7 @@ async function GetAccount() {
|
|||
// Mastodon stuff.
|
||||
let MastoProfile = await MastodonAPI.GetOwnAccount();
|
||||
// Get my followings on Mastodon.
|
||||
let MyMastodonFollows = await MastodonAPI.GetAccountFollows(Mastodon.id);
|
||||
let MyMastodonFollows = await MastodonAPI.GetAccountFollows(MastoProfile.id);
|
||||
for (let i of MyMastodonFollows) {
|
||||
document.getElementsByClassName("Posts")[0].innerHTML += MyMastodonFollows.acct + "<br/><br/>";
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue