From a043d1109d0bf9b008e5c4d15f0033acf709a206 Mon Sep 17 00:00:00 2001 From: Henrique Buss Date: Thu, 10 Feb 2022 18:55:52 -0300 Subject: [PATCH] Initialize community page requesting token data --- src/elm/Page/Community.elm | 1 + 1 file changed, 1 insertion(+) diff --git a/src/elm/Page/Community.elm b/src/elm/Page/Community.elm index f988a2724..0d4d55180 100755 --- a/src/elm/Page/Community.elm +++ b/src/elm/Page/Community.elm @@ -43,6 +43,7 @@ init : LoggedIn.Model -> UpdateResult init loggedIn = initModel loggedIn |> UR.init + |> UR.addCmd (LoggedIn.maybeInitWith CompletedLoadCommunity .selectedCommunity loggedIn) |> UR.addExt (LoggedIn.RequestedReloadCommunityField Community.ObjectivesField) |> UR.addExt (LoggedIn.RequestedCommunityField Community.ContributionsField) |> UR.addExt (LoggedIn.RequestedCommunityField Community.NewsField)