2
0
mirror of https://gitlab.com/famedly/fluffychat.git synced 2024-12-19 03:12:36 +01:00

refactor: Rethrow history request fails

This commit is contained in:
Christian Pauly 2021-09-01 10:31:19 +02:00
parent b2b3210fe3
commit a7cf8e91b8

View File

@ -109,6 +109,7 @@ class ChatController extends State<Chat> {
), ),
), ),
); );
rethrow;
} }
} }
} }