From 9abafb284a8fa61302c2368099b60ea6d5fa5086 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?K=C3=A9vin=20Commaille?= Date: Mon, 7 Oct 2024 12:00:34 +0200 Subject: [PATCH] events: Fix indentation in changelog --- crates/ruma-events/CHANGELOG.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/crates/ruma-events/CHANGELOG.md b/crates/ruma-events/CHANGELOG.md index 03ae449f..c663b0b2 100644 --- a/crates/ruma-events/CHANGELOG.md +++ b/crates/ruma-events/CHANGELOG.md @@ -19,10 +19,10 @@ Improvements: - All the root `Any*EventContent` types now have a `EventContentFromType` implementations automatically derived by the `event_enum!` macro. - `CallMemberEventContent` now supports two different formats: Session memberships and Legacy memberships. -The new format (Session) is required to reliably display the call member count (reliable call member events). -`CallMemberEventContent` is now an enum to model the two different formats. + The new format (Session) is required to reliably display the call member count (reliable call member events). + `CallMemberEventContent` is now an enum to model the two different formats. - `CallMemberStateKey` (instead of `OwnedUserId`) is now used as the state key type for `CallMemberEventContent`. -This guarantees correct formatting of the event key. + This guarantees correct formatting of the event key. - Add helpers for captions on audio, file, image and video messages. - Add helpers for filenames on audio, file, image and video messages.