Show account statistics

FossilOrigin-Name: 8f88f019d107f3b7cd67eee6f767d4eaf09137ea1f8248c16b8248245d6be1a1
This commit is contained in:
me@ow.nekobit.net 2022-02-27 22:32:41 +00:00
parent b127c92b8f
commit 0baa52545f
2 changed files with 3 additions and 4 deletions

View file

@ -51,11 +51,11 @@ char* construct_account_page(struct mstdnt_account* acct,
acct->acct,
acct->avatar,
"Statuses",
0,
acct->statuses_count,
"Following",
0,
acct->following_count,
"Followers",
0,
acct->followers_count,
statuses_html);
if (result_size == -1)

View file

@ -101,7 +101,6 @@ char* construct_status(struct mstdnt_status* status, int* size)
status->account.display_name, /* Username */
config_url_prefix,
status->account.acct,
status->account.acct, /* Account */
"Public", /* visibility */
status->content,