aggregate receipts into single edu; dedup presence; refactor selection limits etc
Signed-off-by: Jason Volk <jason@zemos.net>
This commit is contained in:
parent
a74461fc9a
commit
d35376a90c
3 changed files with 190 additions and 130 deletions
|
@ -20,7 +20,10 @@ use ruma::{
|
|||
use tokio::sync::Mutex;
|
||||
|
||||
use self::data::Data;
|
||||
pub use self::dest::Destination;
|
||||
pub use self::{
|
||||
dest::Destination,
|
||||
sender::{EDU_LIMIT, PDU_LIMIT},
|
||||
};
|
||||
use crate::{account_data, client, globals, presence, pusher, resolver, rooms, server_keys, users, Dep};
|
||||
|
||||
pub struct Service {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue