aboutsummaryrefslogtreecommitdiff
path: root/html.c
diff options
context:
space:
mode:
authordefault <nobody@localhost>2024-11-24 20:33:22 +0100
committerdefault <nobody@localhost>2024-11-24 20:33:22 +0100
commit13647f790d967a046b9bd2f290541c37a0b7ea6f (patch)
tree187c4515b236894b372d0bad1c56d2359f55ac0a /html.c
parent474a750e692370a3f0adbe71c15d6c7b927b7e4a (diff)
Fixed missing else in html people list.
Diffstat (limited to 'html.c')
-rw-r--r--html.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/html.c b/html.c
index b65a170..f8fb876 100644
--- a/html.c
+++ b/html.c
@@ -2551,6 +2551,7 @@ xs_html *html_people_list(snac *snac, xs_list *list, char *header, char *t, cons
html_button("limit", L("Limit"),
L("Block announces (boosts) from this user")));
}
+ else
if (pending_check(snac, actor_id)) {
xs_html_add(form,
html_button("approve", L("Approve"),