From b47a5f8dff74fe86d50a5a6bab11e1616f53bcf0 Mon Sep 17 00:00:00 2001 From: "h.carnot" Date: Fri, 18 Mar 2022 11:42:38 +0100 Subject: [PATCH] feat: added doc --- lib/src/event.dart | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/src/event.dart b/lib/src/event.dart index 52e59f02..169a7d36 100644 --- a/lib/src/event.dart +++ b/lib/src/event.dart @@ -583,6 +583,8 @@ class Event extends MatrixEvent { /// room list you may find [withSenderNamePrefix] useful. Set [hideReply] to /// crop all lines starting with '>'. With [plaintextBody] it'll use the /// plaintextBody instead of the normal body. + /// [removeMarkdown] allow to remove the markdown formating from the event body. + /// Usefull form message preview or notifications text. String getLocalizedBody(MatrixLocalizations i18n, {bool withSenderNamePrefix = false, bool hideReply = false,