Use acct instead of username
FossilOrigin-Name: 7e49b4e7c53635438a141dda815ff0089e31a088e6f51305091db48b672f8410
This commit is contained in:
parent
5e24722d53
commit
1a31ca43ba
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@ char* construct_account_page(struct mstdnt_account* acct, size_t* res_size)
|
|||
result_size = easprintf(&result, data_account_html,
|
||||
acct->header,
|
||||
acct->display_name,
|
||||
acct->username,
|
||||
acct->acct,
|
||||
acct->avatar,
|
||||
"Statuses",
|
||||
0,
|
||||
|
|
Loading…
Reference in a new issue