From a3226b5b7aca3d7e9f211836f525b6ebcf591681 Mon Sep 17 00:00:00 2001 From: default Date: Wed, 2 Aug 2023 08:47:57 +0200 Subject: Don't redir to 'snac-posts', now that the top page is smaller. --- html.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'html.c') diff --git a/html.c b/html.c index 8f92d69..e96eb41 100644 --- a/html.c +++ b/html.c @@ -2372,7 +2372,7 @@ int html_post_handler(const xs_dict *req, const char *q_path, char *redir = xs_dict_get(p_vars, "redir"); if (xs_is_null(redir)) - redir = "snac-posts"; + redir = "top"; *body = xs_fmt("%s/admin#%s", snac.actor, redir); *b_size = strlen(*body); -- cgit v1.2.3