From a7cf8e91b8b940285920b3543492db5b11239555 Mon Sep 17 00:00:00 2001 From: Christian Pauly Date: Wed, 1 Sep 2021 10:31:19 +0200 Subject: [PATCH] refactor: Rethrow history request fails --- lib/pages/chat.dart | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/pages/chat.dart b/lib/pages/chat.dart index eb9b8923..f6c20079 100644 --- a/lib/pages/chat.dart +++ b/lib/pages/chat.dart @@ -109,6 +109,7 @@ class ChatController extends State { ), ), ); + rethrow; } } }