diff options
Diffstat (limited to 'html.c')
| -rw-r--r-- | html.c | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -2461,7 +2461,7 @@ xs_html *html_entry(snac *user, xs_dict *msg, int read_only, | |||
| 2461 | const char *actor = xs_dict_get(m, "actor"); | 2461 | const char *actor = xs_dict_get(m, "actor"); |
| 2462 | const xs_list *contentl = xs_dict_get(sfrl, content); | 2462 | const xs_list *contentl = xs_dict_get(sfrl, content); |
| 2463 | 2463 | ||
| 2464 | if (is_muted(user, actor) || is_instance_blocked(actor)) | 2464 | if ((user && is_muted(user, actor)) || is_instance_blocked(actor)) |
| 2465 | continue; | 2465 | continue; |
| 2466 | 2466 | ||
| 2467 | xs *actors = xs_list_new(); | 2467 | xs *actors = xs_list_new(); |