Don't read this actor with actor_get().

This commit is contained in:
default 2022-10-19 21:21:34 +02:00
parent dbe68c16df
commit 76b36362ce

3
html.c
View File

@ -468,6 +468,9 @@ d_char *html_entry(snac *snac, d_char *os, char *msg, xs_set *seen, int local, i
if (is_muted(snac, actor))
return os;
if (strcmp(actor, snac->actor) == 0)
actor_o = msg_actor(snac);
else
if (!valid_status(actor_get(snac, actor, &actor_o)))
return os;