From c44d31790735e40984547c80edfca853eed86e22 Mon Sep 17 00:00:00 2001 From: strawberry Date: Fri, 8 Mar 2024 11:00:37 -0500 Subject: [PATCH] update DIFFERENCES.md Signed-off-by: strawberry --- DIFFERENCES.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/DIFFERENCES.md b/DIFFERENCES.md index 90b361b5..a3b44673 100644 --- a/DIFFERENCES.md +++ b/DIFFERENCES.md @@ -77,4 +77,5 @@ - 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. -- 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 +- 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. +- Implement database flush and cleanup Conduit operations when using RocksDB \ No newline at end of file