docs: add comments for clarification of recent changes
This commit is contained in:
parent
414c7c40c4
commit
a08c667230
1 changed files with 1 additions and 0 deletions
|
@ -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…
Reference in a new issue