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