pub fn broker_subscriptions_path(state_dir: &Path, room_id: &str) -> PathBufExpand description
Broker subscription-map file path: <state_dir>/<room_id>.subscriptions.
The broker persists per-user subscription tiers here on every mutation (subscribe, unsubscribe, auto-subscribe on @mention).