From daee7581dbf5b458f28e486fd89804b91209a9bb Mon Sep 17 00:00:00 2001 From: byte Date: Sat, 1 Nov 2025 01:18:28 +0100 Subject: no visibility for editing --- html.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/html.c b/html.c index a2dfb79..84636e9 100644 --- a/html.c +++ b/html.c @@ -486,7 +486,8 @@ xs_html *html_note(snac *user, const char *summary, xs_html_attr("type", "hidden"), xs_html_attr("name", "to"), xs_html_attr("value", actor_id))); - html_note_render_visibility(user, form, scope); + if (edit_id == NULL) + html_note_render_visibility(user, form, scope); if (redir) xs_html_add(form, -- cgit v1.2.3