mirror of
https://git.joinplu.me/Plume/Plume.git
synced 2025-02-18 07:55:12 +00:00
Restore order of decl of boundary of broadcast()
This commit is contained in:
parent
6c2846980a
commit
0fc7372781
1 changed files with 1 additions and 1 deletions
|
@ -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
|
where
|
||||||
S: sign::Signer,
|
S: sign::Signer,
|
||||||
A: Activity + serde::Serialize,
|
A: Activity + serde::Serialize,
|
||||||
|
|
Loading…
Reference in a new issue