feat(appservice): support timestamped messaging

This commit is contained in:
Matthias Ahouansou
2024-06-22 11:50:39 +01:00
parent 4b9520b5ad
commit 62f1da053f
11 changed files with 68 additions and 6 deletions

View File

@@ -65,6 +65,7 @@ pub async fn set_displayname_route(
unsigned: None,
state_key: Some(sender_user.to_string()),
redacts: None,
timestamp: None,
},
room_id,
))
@@ -200,6 +201,7 @@ pub async fn set_avatar_url_route(
unsigned: None,
state_key: Some(sender_user.to_string()),
redacts: None,
timestamp: None,
},
room_id,
))