Skip to main content

max / makenotwork

Point the platform-admin doc comment at the wiki, not a deleted file authz.rs referenced docs/todo.md for the deferred permissions system. That file no longer exists; the content moved to wiki note mt-moderation-policy, whose Implementation Status section tracks what enforcement is built.
Co-Authored-By
Claude Opus 5 (1M context) <noreply@anthropic.com>
Author: Max Johnson <me@maxj.phd> · 2026-07-27 21:02 UTC
Signed with PGP, not checked
Commit: d06b7f645fb9e756a086170e8c50cc49b7d5be05
Parent: be52980
1 file changed, +2 insertions, -2 deletions
@@ -168,8 +168,8 @@
168 168 /// Whether `user` is the configured platform admin.
169 169 ///
170 170 /// Platform admin is a single user (env var `PLATFORM_ADMIN_ID`); a real
171 - /// permissions system is deferred. See `docs/todo.md` ยง Community Moderation
172 - /// Enforcement.
171 + /// permissions system is deferred. Wiki note `mt-moderation-policy`, section
172 + /// "Implementation Status", tracks what enforcement is built and what is not.
173 173 pub(crate) fn is_platform_admin(state: &AppState, user: &auth::SessionUser) -> bool {
174 174 state
175 175 .config