mirror of
https://codeberg.org/grunfink/snac2.git
synced 2024-11-25 14:35:04 +00:00
Reverted ae6aafeb88
.
This breaks the experimental /instance timeline for now.
This commit is contained in:
parent
385239366e
commit
69d33622d3
1 changed files with 0 additions and 2 deletions
2
html.c
2
html.c
|
@ -1938,11 +1938,9 @@ xs_str *html_timeline(snac *user, const xs_list *list, int read_only,
|
||||||
xs *msg = NULL;
|
xs *msg = NULL;
|
||||||
int status;
|
int status;
|
||||||
|
|
||||||
#if 0
|
|
||||||
if (user && !is_pinned_by_md5(user, v))
|
if (user && !is_pinned_by_md5(user, v))
|
||||||
status = timeline_get_by_md5(user, v, &msg);
|
status = timeline_get_by_md5(user, v, &msg);
|
||||||
else
|
else
|
||||||
#endif
|
|
||||||
status = object_get_by_md5(v, &msg);
|
status = object_get_by_md5(v, &msg);
|
||||||
|
|
||||||
if (!valid_status(status))
|
if (!valid_status(status))
|
||||||
|
|
Loading…
Reference in a new issue