feat: Add admin command to reset user push rules

This commit is contained in:
timedout
2026-04-05 20:12:21 +01:00
parent 67d8d72506
commit 0f8b56f521
4 changed files with 23 additions and 2 deletions
+6
View File
@@ -257,4 +257,10 @@ pub enum UserCommand {
#[arg(long)]
yes_i_want_to_do_this: bool,
},
/// Resets the push-rules (notification settings) of the target user to the
/// server defaults.
ResetPushRules {
user_id: String,
},
}