mirror of
https://git.suyu.dev/suyu/suyu.git
synced 2026-03-25 04:42:57 +00:00
These members don't need to be entirely exposed, we can instead expose an API to operate on them without directly needing to mutate them We can also guard against overflow/API misuse this way as well, given active_sessions is an unsigned value.