From 43c2ac6c1ce663f65874c26bffb3ed00b1fcf321 Mon Sep 17 00:00:00 2001 From: strawberry Date: Sat, 24 Feb 2024 11:25:52 -0500 Subject: [PATCH] update DIFFERENCES.md Signed-off-by: strawberry --- DIFFERENCES.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/DIFFERENCES.md b/DIFFERENCES.md index c77b8367..c72f9fc9 100644 --- a/DIFFERENCES.md +++ b/DIFFERENCES.md @@ -68,4 +68,6 @@ - Bumped default max_concurrent_requests to 500 - Add support for the deprecated `user` identifier field for all `/login` requests - Query parameter `?format=event|content` for returning either the room state event's content (default) for the full room state event on ` /_matrix/client/v3/rooms/{roomId}/state/{eventType}[/{stateKey}]` requests (see https://github.com/matrix-org/matrix-spec/issues/1047) -- Add admin commands for banning (blocking) room IDs from our local users joining (admins are always allowed) and evicts all our local users from that room, in addition to bulk room banning support, as a moderation feature \ No newline at end of file +- Add admin commands for banning (blocking) room IDs from our local users joining (admins are always allowed) and evicts all our local users from that room, in addition to bulk room banning support, as a moderation feature +- Add admin command to delete media via a specific MXC (currently only deletes that MXC only, not the thumbnail with it as they are entirely different MXC URLs). This deletes the MXC from our database, and the file locally. +- Replace the lightning bolt emoji option with support for setting any arbitrary text (e.g. another emoji) to suffix to all new user registrations \ No newline at end of file