add codeblock support

This commit is contained in:
Henry Hiles 2025-11-16 18:48:44 -05:00
commit e74a5d51a3
No known key found for this signature in database
4 changed files with 59 additions and 13 deletions

View file

@ -29,7 +29,7 @@ class RoomChatController extends AsyncNotifier<ChatController> {
response.chunk.map(
(event) => Event.fromMatrixEvent(event, room).toMessage(),
),
)).nonNulls.toList(),
)).nonNulls.toList().reversed.toList(),
);
}