docs: add comments for clarification of recent changes

This commit is contained in:
Jakub Kubík
2022-04-03 19:27:48 +02:00
parent 414c7c40c4
commit a08c667230

View File

@@ -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)?;