max / makenotwork
- Co-Authored-By
- Claude Opus 5 (1M context) <noreply@anthropic.com>
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 |