intermediate

This commit is contained in:
Fabian Freund
2025-01-23 14:03:55 +01:00
parent bd45ed64ee
commit 78c17a70c5
122 changed files with 8730 additions and 1662 deletions
@@ -91,9 +91,10 @@ class ChatArchiveSearchScreen extends HookConsumerWidget {
chatEntity.dateTime!.formatWithMinutePrecision(),
),
const SizedBox(height: 8.0),
MarkdownBody(
data: chat.contentSnippet,
),
if (chat.contentSnippet != null)
MarkdownBody(
data: chat.contentSnippet!,
),
],
),
),