mirror of
https://codeberg.org/grunfink/snac2.git
synced 2024-11-15 01:55:03 +00:00
Don't read this actor with actor_get().
This commit is contained in:
parent
dbe68c16df
commit
76b36362ce
1 changed files with 3 additions and 0 deletions
3
html.c
3
html.c
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in a new issue