Make Event trait Send+Sync.
Signed-off-by: Jason Volk <jason@zemos.net>
This commit is contained in:
parent
b0315da3d7
commit
8244d78cb2
15 changed files with 27 additions and 25 deletions
|
|
@ -256,7 +256,7 @@ pub(crate) async fn is_ignored_pdu<Pdu>(
|
|||
user_id: &UserId,
|
||||
) -> bool
|
||||
where
|
||||
Pdu: Event + Send + Sync,
|
||||
Pdu: Event,
|
||||
{
|
||||
// exclude Synapse's dummy events from bloating up response bodies. clients
|
||||
// don't need to see this.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue