fix: don't make looping errored requests to chat history (#5814)

This commit is contained in:
ggurdin 2026-02-25 13:29:49 -05:00 committed by GitHub
parent d983f26dd5
commit e1b9a21e1c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -123,9 +123,6 @@ class ChatEventList extends StatelessWidget {
// WidgetsBinding.instance.addPostFrameCallback(
// controller.requestHistory,
// );
WidgetsBinding.instance.addPostFrameCallback(
(_) => controller.requestHistory(),
);
// Pangea#
}
return Center(