feat: send invites over federation
This commit is contained in:
parent
abe176e3d0
commit
58463bba93
5 changed files with 373 additions and 157 deletions
|
@ -689,7 +689,7 @@ type AsyncRecursiveResult<'a, T, E> = Pin<Box<dyn Future<Output = StdResult<T, E
|
|||
/// it
|
||||
/// 14. Use state resolution to find new room state
|
||||
// We use some AsyncRecursiveResult hacks here so we can call this async funtion recursively
|
||||
fn handle_incoming_pdu<'a>(
|
||||
pub fn handle_incoming_pdu<'a>(
|
||||
origin: &'a ServerName,
|
||||
event_id: &'a EventId,
|
||||
value: BTreeMap<String, CanonicalJsonValue>,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue