Merge branch 'timestamped-messaging' into 'next'

feat(appservice): support timestamped messaging

See merge request famedly/conduit!703
This commit is contained in:
Matthias Ahouansou 2024-07-01 09:36:14 +00:00
commit e70d27af98
11 changed files with 68 additions and 6 deletions

View file

@ -1448,6 +1448,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,