Skip to main content

broker_subscriptions_path

Function broker_subscriptions_path 

Source
pub fn broker_subscriptions_path(state_dir: &Path, room_id: &str) -> PathBuf
Expand 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).