diff --git a/DIFFERENCES.md b/DIFFERENCES.md index a4bfccc7..c41440ab 100644 --- a/DIFFERENCES.md +++ b/DIFFERENCES.md @@ -53,4 +53,8 @@ - Generate passwords with 25 characters instead of 15 - Add missing `reason` field to user ban events (`/ban`) - For all [`/report`](https://spec.matrix.org/v1.9/client-server-api/#post_matrixclientv3roomsroomidreporteventid) requests: check if the reported event ID belongs to the reported room ID, raise report reasoning character limit to 750, fix broken formatting, make a small delayed random response per spec suggestion on privacy, and check if the sender user is in the reported room. -- Support blocking servers from downloading remote media from \ No newline at end of file +- Support blocking servers from downloading remote media from +- Support sending `well_known` response to client logins if using config option `well_known_client` +- Send `avatar_url` on invite room membership events/changes +- Revamp example config, adding a lot of config options available (still some missing) +- Return joined member count of rooms for push rules/conditions instead of a hardcoded value of 10 \ No newline at end of file