feat(core): Change default user agent

This commit is contained in:
Trash Panda
2026-02-14 19:44:17 -07:00
committed by Jade Ellis
parent 40996a6602
commit be8f62396a
2 changed files with 10 additions and 2 deletions
+1 -1
View File
@@ -39,7 +39,7 @@ impl crate::Service for Service {
let url_preview_user_agent = config
.url_preview_user_agent
.clone()
.unwrap_or_else(|| conduwuit::version::user_agent().to_string());
.unwrap_or_else(|| conduwuit::version::user_agent().to_owned());
Ok(Arc::new(Self {
default: base(config)?