diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 9d387f3..f7e281c 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,9 +1,5 @@ # Release Notes -## 2.39 - -User settings have been moved to their own page. - ## 2.38 More vulnerability fixes (contributed by yonle). diff --git a/html.c b/html.c index 725c064..7ce94f2 100644 --- a/html.c +++ b/html.c @@ -1,4 +1,4 @@ - /* snac - A simple, minimalistic ActivityPub instance */ +/* snac - A simple, minimalistic ActivityPub instance */ /* copyright (c) 2022 - 2023 grunfink / MIT license */ #include "xs.h" @@ -325,8 +325,8 @@ d_char *html_user_header(snac *snac, d_char *s, int local) s1 = xs_fmt( "%s - " "%s\n", - snac->uid, L("RSS"), - snac->uid, L("private")); + snac->actor, L("RSS"), + snac->actor, L("private")); else { xs *n_list = notify_list(snac, 1); int n_len = xs_list_len(n_list); @@ -340,14 +340,14 @@ d_char *html_user_header(snac *snac, d_char *s, int local) n_str = xs_str_new(""); s1 = xs_fmt( - "%s - " - "%s - " - "%s%s - " - "%s\n", - snac->uid, L("public"), - L("private"), - L("notifications"), n_str, - L("people")); + "%s - " + "%s - " + "%s%s - " + "%s\n", + snac->actor, L("public"), + snac->actor, L("private"), + snac->actor, L("notifications"), n_str, + snac->actor, L("people")); } s = xs_str_cat(s, s1); @@ -394,7 +394,7 @@ d_char *html_top_controls(snac *snac, d_char *s) "