Fix
FossilOrigin-Name: c5e19b24c6dc409c03ae25ad27e401d97db52486ff7d3dada71fda5cfa51693e
This commit is contained in:
parent
3e311b4e6d
commit
b107b2f310
1 changed files with 1 additions and 2 deletions
|
@ -147,8 +147,7 @@ char* construct_in_reply_to(mastodont_t* api, struct mstdnt_status* status, size
|
|||
config_experimental_lookup,
|
||||
status->in_reply_to_account_id,
|
||||
&acct,
|
||||
&storage,
|
||||
NULL);
|
||||
&storage);
|
||||
|
||||
s = easprintf(&irt_html, data_in_reply_to_html,
|
||||
config_url_prefix,
|
||||
|
|
Loading…
Reference in a new issue