From da4b5099405ec194730e0eb49ec710aa171cbd6a Mon Sep 17 00:00:00 2001 From: strawberry Date: Thu, 8 Feb 2024 20:17:52 -0500 Subject: [PATCH] update DIFFERENCES.md Signed-off-by: strawberry --- DIFFERENCES.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/DIFFERENCES.md b/DIFFERENCES.md index 66d1f9e4..511561d2 100644 --- a/DIFFERENCES.md +++ b/DIFFERENCES.md @@ -59,3 +59,6 @@ - Support for creating rooms with custom room IDs like Maunium Synapse (`room_id` request body field to `/createRoom`) - Assume well-knowns are broken if they exceed past 10000 characters. - Basic validation/checks on user-specified room aliases and custom room ID creations +- Warn on unknown config options specified +- Add support for preventing certain room alias names and usernames using regex (via upstream MR) and extended to custom room IDs +- Revamp appservice registration to ruma's `Registration` type which fixes various appservice registration issues, including fixing crashing upon no URL specified (via upstream MR) \ No newline at end of file