fix: missing field origin
error with synapse servers
This commit is contained in:
parent
c30cc6120b
commit
fb6bfa9753
2 changed files with 1 additions and 2 deletions
|
@ -1470,7 +1470,6 @@ async fn create_join_event(
|
|||
.filter_map(|(_, id)| services().rooms.timeline.get_pdu_json(id).ok().flatten())
|
||||
.map(PduEvent::convert_to_outgoing_federation_event)
|
||||
.collect(),
|
||||
origin: services().globals.server_name().to_string(),
|
||||
})
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue