mirror of
https://git.joinplu.me/Plume/Plume.git
synced 2024-11-26 05:21:00 +00:00
Remove unnecessary clone of config
This commit is contained in:
parent
4529b929d8
commit
0404528908
1 changed files with 1 additions and 1 deletions
|
@ -132,7 +132,7 @@ where
|
||||||
.sign(sender)
|
.sign(sender)
|
||||||
.expect("activity_pub::broadcast: signature error");
|
.expect("activity_pub::broadcast: signature error");
|
||||||
|
|
||||||
let client = if let Some(proxy) = proxy.clone() {
|
let client = if let Some(proxy) = proxy {
|
||||||
ClientBuilder::new().proxy(proxy)
|
ClientBuilder::new().proxy(proxy)
|
||||||
} else {
|
} else {
|
||||||
ClientBuilder::new()
|
ClientBuilder::new()
|
||||||
|
|
Loading…
Reference in a new issue