diff options
| author | 2025-11-01 01:18:28 +0100 | |
|---|---|---|
| committer | 2025-11-01 01:18:28 +0100 | |
| commit | daee7581dbf5b458f28e486fd89804b91209a9bb (patch) | |
| tree | acd6546107a14613fe7316de12bf817b70263c1a /html.c | |
| parent | Merge remote-tracking branch 'orig/master' into feature/lesser-visibility (diff) | |
| download | snac2-daee7581dbf5b458f28e486fd89804b91209a9bb.tar.gz snac2-daee7581dbf5b458f28e486fd89804b91209a9bb.tar.xz snac2-daee7581dbf5b458f28e486fd89804b91209a9bb.zip | |
no visibility for editing
Diffstat (limited to 'html.c')
| -rw-r--r-- | html.c | 3 |
1 files changed, 2 insertions, 1 deletions
| @@ -486,7 +486,8 @@ xs_html *html_note(snac *user, const char *summary, | |||
| 486 | xs_html_attr("type", "hidden"), | 486 | xs_html_attr("type", "hidden"), |
| 487 | xs_html_attr("name", "to"), | 487 | xs_html_attr("name", "to"), |
| 488 | xs_html_attr("value", actor_id))); | 488 | xs_html_attr("value", actor_id))); |
| 489 | html_note_render_visibility(user, form, scope); | 489 | if (edit_id == NULL) |
| 490 | html_note_render_visibility(user, form, scope); | ||
| 490 | 491 | ||
| 491 | if (redir) | 492 | if (redir) |
| 492 | xs_html_add(form, | 493 | xs_html_add(form, |