Extract event type string literals as constants in space_roles.rs and replace all occurrences across service and admin code. Add a forward index (space_to_rooms) for O(1) child room lookups instead of scanning the reverse index. Introduce resolve_space! macro to deduplicate the repeated enabled-check + alias-resolve + space-type-guard pattern in all 9 admin command handlers. Flatten deeply nested if-let chains in append.rs using let-chains syntax. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| alloc | ||
| config | ||
| error | ||
| info | ||
| log | ||
| matrix | ||
| metrics | ||
| mods | ||
| utils | ||
| Cargo.toml | ||
| debug.rs | ||
| mod.rs | ||
| server.rs | ||