feature marked as experimental and executed rustfmt

This commit is contained in:
tototomate123
2025-09-02 17:16:41 +02:00
committed by Jason Volk
parent b5a9884194
commit 6295ca135a
4 changed files with 41 additions and 17 deletions

View File

@@ -1288,13 +1288,12 @@ pub struct Config {
#[serde(default = "true_fn")]
pub presence_timeout_remote_users: bool,
/// Suppresses push notifications for users marked as active.
/// Suppresses push notifications for users marked as active. (Experimental)
///
/// when enabled, users with `Online` presence and recent activity
/// When enabled, users with `Online` presence and recent activity
/// (based on presence state and sync activity) wont receive push
/// notifications, reducing duplicate alerts while they're active
/// elsewhere.
/// on another client.
///
/// Disabled by default to preserve legacy behavior.
#[serde(default)]