diff options
| author | default <nobody@localhost> | 2026-08-26 07:59:23 +0200 |
|---|---|---|
| committer | default <nobody@localhost> | 2026-08-26 07:59:23 +0200 |
| commit | 71a83e6578f910c3baa251e4128208b201ce9e45 (patch) | |
| tree | 1605da24b8574a9dfb14f65ea49a4b4c44ba95e8 /html.c | |
| parent | 6ae12b03d5566b9119c78d79a96df7ac12b2c636 (diff) | |
Use snac_op in actor_failure().
Diffstat (limited to 'html.c')
| -rw-r--r-- | html.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -362,7 +362,7 @@ xs_html *html_actor_icon(snac *user, xs_dict *actor, const char *date, xs_html_raw("💔"))); } - if (actor_failure(actor_id, 0) == -1) { + if (actor_failure(actor_id, OP_CHECK) == -1) { xs_html_add(actor_icon, xs_html_text(" "), xs_html_tag("span", |