mirror of
https://git.joinplu.me/Plume/Plume.git
synced 2024-11-22 11:31:01 +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)
|
||||
.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)
|
||||
} else {
|
||||
ClientBuilder::new()
|
||||
|
|
Loading…
Reference in a new issue