snac2

Fork of https://codeberg.org/grunfink/snac2
git clone https://git.inz.fi/snac2
Log | Files | Refs | README | LICENSE

commit 13647f790d967a046b9bd2f290541c37a0b7ea6f
parent 474a750e692370a3f0adbe71c15d6c7b927b7e4a
Author: default <nobody@localhost>
Date:   Sun, 24 Nov 2024 20:33:22 +0100

Fixed missing else in html people list.

Diffstat:
Mhtml.c | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git 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"),