mirror of
https://git.joinplu.me/Plume/Plume.git
synced 2024-11-26 13:31:02 +00:00
Remove unused type parameter from broadcast07()
This commit is contained in:
parent
174624f5c1
commit
f14c307786
1 changed files with 1 additions and 1 deletions
|
@ -196,7 +196,7 @@ where
|
|||
rt.run().unwrap();
|
||||
}
|
||||
|
||||
pub fn broadcast07<S, T, A, K, C>(sender: &S, act: A, to: Vec<T>, proxy: Option<reqwest::Proxy>)
|
||||
pub fn broadcast07<S, T, A, C>(sender: &S, act: A, to: Vec<T>, proxy: Option<reqwest::Proxy>)
|
||||
where
|
||||
S: sign::Signer,
|
||||
A: Activity07 + serde::Serialize,
|
||||
|
|
Loading…
Reference in a new issue