From 0593dce8a66788c67e52ecb521c878ef2c53e0c4 Mon Sep 17 00:00:00 2001 From: strawberry Date: Tue, 20 Feb 2024 00:22:36 -0500 Subject: [PATCH] add missing feature to DIFFERENCES.md Signed-off-by: strawberry --- DIFFERENCES.md | 1 + 1 file changed, 1 insertion(+) diff --git a/DIFFERENCES.md b/DIFFERENCES.md index 630f7649..c77b8367 100644 --- a/DIFFERENCES.md +++ b/DIFFERENCES.md @@ -18,6 +18,7 @@ - Updated Ruma to latest commit where possible, and add some unstable MSCs (some still require an implementation though) - conduwuit allows MXIDs with `+` in them (thanks to Ruma update) - Revamped admin room infrastructure and commands (via upstream MR) +- Admin room commands to delete room aliases and unpublish rooms from our room directory (via upstream MR) - Make spaces/hierarchy cache use cache_capacity_modifier instead of hardcoded small value - Make PDU appending, building, etc asynchronous - Add *optional* feature flag to use SHA256 key names for media instead of base64 to overcome filesystem file name length limitations (OS error file name too long) (via upstream MR)