summaryrefslogtreecommitdiff
path: root/html.c
diff options
context:
space:
mode:
authordefault <nobody@localhost>2024-02-21 22:38:08 +0100
committerdefault <nobody@localhost>2024-02-21 22:38:08 +0100
commit69d33622d3065777a16f10f4b7ebc2627a8a99bb (patch)
tree6d9afb0000663dfdcc0397c0e3e3906eeed5eb5d /html.c
parent385239366e80add13a4516cd23a2c1a3d21b4ad8 (diff)
Reverted ae6aafeb881c075a49eddd834bcfc21e9fc63b18.
This breaks the experimental /instance timeline for now.
Diffstat (limited to 'html.c')
-rw-r--r--html.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/html.c b/html.c
index 82a2635..3286b04 100644
--- a/html.c
+++ b/html.c
@@ -1938,11 +1938,9 @@ xs_str *html_timeline(snac *user, const xs_list *list, int read_only,
xs *msg = NULL;
int status;
-#if 0
if (user && !is_pinned_by_md5(user, v))
status = timeline_get_by_md5(user, v, &msg);
else
-#endif
status = object_get_by_md5(v, &msg);
if (!valid_status(status))