diff options
Diffstat (limited to 'html.c')
| -rw-r--r-- | html.c | 3 |
1 files changed, 3 insertions, 0 deletions
| @@ -468,6 +468,9 @@ d_char *html_entry(snac *snac, d_char *os, char *msg, xs_set *seen, int local, i | |||
| 468 | if (is_muted(snac, actor)) | 468 | if (is_muted(snac, actor)) |
| 469 | return os; | 469 | return os; |
| 470 | 470 | ||
| 471 | if (strcmp(actor, snac->actor) == 0) | ||
| 472 | actor_o = msg_actor(snac); | ||
| 473 | else | ||
| 471 | if (!valid_status(actor_get(snac, actor, &actor_o))) | 474 | if (!valid_status(actor_get(snac, actor, &actor_o))) |
| 472 | return os; | 475 | return os; |
| 473 | 476 | ||