diff --git a/lib/presentation/mixins/chat_list_item_mixin.dart b/lib/presentation/mixins/chat_list_item_mixin.dart index 1530c4c39f..ca1bc8def5 100644 --- a/lib/presentation/mixins/chat_list_item_mixin.dart +++ b/lib/presentation/mixins/chat_list_item_mixin.dart @@ -19,6 +19,7 @@ mixin ChatListItemMixin { hideEdit: true, plaintextBody: true, removeMarkdown: true, + removeBreakLine: true, ) ?? Future.value(L10n.of(context)!.emptyChat), builder: (context, snapshot) { @@ -108,6 +109,7 @@ mixin ChatListItemMixin { hideEdit: true, plaintextBody: true, removeMarkdown: true, + removeBreakLine: true, ) ?? L10n.of(context)!.emptyChat; diff --git a/pubspec.lock b/pubspec.lock index 7bc5d12c23..b93823499a 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -1559,7 +1559,7 @@ packages: description: path: "." ref: "twake-supported-0.22.6" - resolved-ref: "40bab63ea8895015aed935bd3fb6c279c6fe294c" + resolved-ref: "22311972c4d781133b893ae032dcb509b1351075" url: "git@github.com:linagora/matrix-dart-sdk.git" source: git version: "0.22.6"