diff options
author | default <nobody@localhost> | 2023-08-02 08:47:57 +0200 |
---|---|---|
committer | default <nobody@localhost> | 2023-08-02 08:47:57 +0200 |
commit | a3226b5b7aca3d7e9f211836f525b6ebcf591681 (patch) | |
tree | 26f728b86ee915632e80142f64ab42c38a36932b | |
parent | 4d18ed985057969a8de16425d5d6e2aadb371b0b (diff) |
Don't redir to 'snac-posts', now that the top page is smaller.
-rw-r--r-- | html.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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); |