Merge branch 'main' into flutter-3.22
This commit is contained in:
commit
d9edf9f05b
17 changed files with 403 additions and 336 deletions
|
|
@ -150,7 +150,8 @@ class ChatView extends StatelessWidget {
|
|||
}
|
||||
},
|
||||
child: StreamBuilder(
|
||||
stream: controller.room.onUpdate.stream
|
||||
stream: controller.room.client.onRoomState.stream
|
||||
.where((update) => update.roomId == controller.room.id)
|
||||
.rateLimit(const Duration(seconds: 1)),
|
||||
builder: (context, snapshot) => FutureBuilder(
|
||||
future: controller.loadTimelineFuture,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue