fix lossy origin regression 12a8c9badd
Signed-off-by: Jason Volk <jason@zemos.net>
This commit is contained in:
parent
458e56818c
commit
2cc72de80e
3 changed files with 4 additions and 0 deletions
|
@ -304,6 +304,7 @@ async fn sync_helper(
|
|||
let event = PduEvent {
|
||||
event_id: EventId::new(services().globals.server_name()).into(),
|
||||
sender: sender_user.clone(),
|
||||
origin: None,
|
||||
origin_server_ts: utils::millis_since_unix_epoch()
|
||||
.try_into()
|
||||
.expect("Timestamp is valid js_int value"),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue