Restore order of decl of boundary of broadcast()
This commit is contained in:
parent
6c2846980a
commit
0fc7372781
@ -119,7 +119,7 @@ impl<'a, 'r> FromRequest<'a, 'r> for ApRequest {
|
||||
}
|
||||
}
|
||||
|
||||
pub fn broadcast<S, T, A, C>(sender: &S, act: A, to: Vec<T>, proxy: Option<reqwest::Proxy>)
|
||||
pub fn broadcast<S, A, T, C>(sender: &S, act: A, to: Vec<T>, proxy: Option<reqwest::Proxy>)
|
||||
where
|
||||
S: sign::Signer,
|
||||
A: Activity + serde::Serialize,
|
||||
|
Loading…
Reference in New Issue
Block a user