forked from mirrors/treebird
Fix account in_reply_to
FossilOrigin-Name: 5d6ac81c0f3d5fe6c12ab0b87244c8776d9ba33df2ef2bc5fdcf2fef8a978461
This commit is contained in:
parent
7099f504f1
commit
e0a6e8a751
2 changed files with 2 additions and 2 deletions
|
@ -410,7 +410,7 @@ char* get_in_reply_to(mastodont_t* api,
|
|||
|
||||
int res = mastodont_get_account(api,
|
||||
&m_args,
|
||||
0,
|
||||
1,
|
||||
status->in_reply_to_account_id,
|
||||
&acct,
|
||||
&storage);
|
||||
|
|
|
@ -226,7 +226,7 @@ void tl_list(struct session* ssn, mastodont_t* api, char* list_id)
|
|||
|
||||
mastodont_timeline_list(api, &m_args, list_id, &args, &storage, &statuses, &statuses_len);
|
||||
|
||||
content_timeline(ssn, api, &storage, statuses, statuses_len, BASE_CAT_LISTS, NULL, 0);
|
||||
content_timeline(ssn, api, &storage, statuses, statuses_len, BASE_CAT_LISTS, "List timeline", 0);
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue