diff --git a/lib/pages/chat/chat.dart b/lib/pages/chat/chat.dart index 0eecbeca8b..3e19945e27 100644 --- a/lib/pages/chat/chat.dart +++ b/lib/pages/chat/chat.dart @@ -1588,7 +1588,7 @@ class ChatController extends State await room?.join(); await waitForRoom; }, - ); + ).then((_) => _tryLoadTimeline()); } void onRejectInvitation(BuildContext context) async {