feat(appservice): support timestamped messaging
This commit is contained in:
parent
4b9520b5ad
commit
62f1da053f
11 changed files with 68 additions and 6 deletions
|
@ -1445,6 +1445,7 @@ pub async fn create_join_event_template_route(
|
|||
unsigned: None,
|
||||
state_key: Some(body.user_id.to_string()),
|
||||
redacts: None,
|
||||
timestamp: None,
|
||||
},
|
||||
&body.user_id,
|
||||
&body.room_id,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue