diff --git a/DIFFERENCES.md b/DIFFERENCES.md index 36b571ec..90b361b5 100644 --- a/DIFFERENCES.md +++ b/DIFFERENCES.md @@ -76,4 +76,5 @@ - Add admin command to delete all remote media in the past X minutes as a form of deleting media that you don't want on your server that a remote user posted in a room - Config option to block non-admin users from sending room invites or receiving remote room invites. Admin users are still allowed. - Startup check if conduwuit running in a container and is listening on 127.0.0.1 -- Make `CONDUIT_CONFIG` optional, relevant for container users that configure only by environment variables and no longer need to set `CONDUIT_CONFIG` to an empty string. \ No newline at end of file +- Make `CONDUIT_CONFIG` optional, relevant for container users that configure only by environment variables and no longer need to set `CONDUIT_CONFIG` to an empty string. +- Config option to change Conduit's behaviour of homeserver key fetching (`query_trusted_key_servers_first`). This option sets whether conduwuit will query trusted notary key servers first before the individual homeserver(s), or vice versa. \ No newline at end of file