refactor: expand a few variable names

This commit is contained in:
2025-03-20 17:47:18 -04:00
parent e7133ecc5f
commit 228b3e3e54
3 changed files with 6 additions and 5 deletions

View File

@@ -46,7 +46,7 @@ pub async fn handle_event(client: Client, event: Event, state: State) -> Result<
.call::<String>((options.clone(), content.clone()))
.ok()
.as_deref()
.and_then(|s| trim_header(s).ok())
.and_then(|string| trim_header(string).ok())
{
is_encrypted = true;
ncr_options = Some(options);