Browse Source

Reverted ae6aafeb881c075a49eddd834bcfc21e9fc63b18.

This breaks the experimental /instance timeline for now.
default 1 year ago
parent
commit
69d33622d3
1 changed files with 0 additions and 2 deletions
  1. 0 2
      html.c

+ 0 - 2
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))