send avatar_url on invite member events like synapse

Signed-off-by: strawberry <strawberry@puppygock.gay>
This commit is contained in:
strawberry 2024-01-20 12:44:17 -05:00 committed by June
parent f275a0dfbe
commit cf62cb0d0a
3 changed files with 5 additions and 5 deletions

View file

@ -29,7 +29,7 @@ use serde_json::{json, value::to_raw_value};
use std::{cmp::max, collections::BTreeMap, sync::Arc};
use tracing::{info, warn};
/// # `POST /_matrix/client/r0/createRoom`
/// # `POST /_matrix/client/v3/createRoom`
///
/// Creates a new room.
///