add codeblock support
This commit is contained in:
parent
f307fad074
commit
e74a5d51a3
4 changed files with 59 additions and 13 deletions
|
|
@ -29,7 +29,7 @@ class RoomChatController extends AsyncNotifier<ChatController> {
|
|||
response.chunk.map(
|
||||
(event) => Event.fromMatrixEvent(event, room).toMessage(),
|
||||
),
|
||||
)).nonNulls.toList(),
|
||||
)).nonNulls.toList().reversed.toList(),
|
||||
);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue