feat: Pass sender through admin commands

This commit is contained in:
Jade Ellis
2025-06-29 15:17:27 +01:00
committed by Ellis Git
parent ecc6fda98b
commit acb74faa07
5 changed files with 41 additions and 8 deletions
+1
View File
@@ -63,6 +63,7 @@ async fn process_command(services: Arc<Services>, input: &CommandInput) -> Proce
body: &body,
timer: SystemTime::now(),
reply_id: input.reply_id.as_deref(),
sender: input.sender.as_deref(),
output: BufWriter::new(Vec::new()).into(),
};