mirror of
https://github.com/girlbossceo/conduwuit.git
synced 2026-02-06 02:54:42 -05:00
support timestamped appservice messaging
Co-authored-by: strawberry <strawberry@puppygock.gay> Signed-off-by: strawberry <strawberry@puppygock.gay>
This commit is contained in:
parent
bc81163a23
commit
d12eed01c1
14 changed files with 69 additions and 5 deletions
|
|
@ -139,6 +139,7 @@ pub(crate) 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