diff options
Diffstat (limited to 'html.c')
| -rw-r--r-- | html.c | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -1574,7 +1574,7 @@ xs_str *html_timeline(snac *user, const xs_list *list, int local, int skip, int | |||
| 1574 | continue; | 1574 | continue; |
| 1575 | 1575 | ||
| 1576 | /* if it's an instance page, discard private users */ | 1576 | /* if it's an instance page, discard private users */ |
| 1577 | if (user == NULL) { | 1577 | if (user == NULL && xs_startswith(xs_dict_get(msg, "id"), srv_baseurl)) { |
| 1578 | const char *atto = xs_dict_get(msg, "attributedTo"); | 1578 | const char *atto = xs_dict_get(msg, "attributedTo"); |
| 1579 | xs *l = xs_split(atto, "/"); | 1579 | xs *l = xs_split(atto, "/"); |
| 1580 | const char *uid = xs_list_get(l, -1); | 1580 | const char *uid = xs_list_get(l, -1); |