docs: add comments for clarification of recent changes

merge-requests/338/head
Jakub Kubík 2 years ago
parent 414c7c40c4
commit a08c667230
No known key found for this signature in database
GPG Key ID: 8798531614CC5962

@ -1971,6 +1971,7 @@ impl Rooms {
}
}
// Remove our server from the server list since it will be added to it by room_servers() and/or the if statement above
servers.remove(db.globals.server_name());
db.sending.send_pdu(servers.into_iter(), &pdu_id)?;

Loading…
Cancel
Save