diff --git a/src/Model.elm b/src/Model.elm index e57a00a..b3b8c26 100644 --- a/src/Model.elm +++ b/src/Model.elm @@ -472,8 +472,9 @@ processMastodonEvent msg model = in { model | client = Just client } ! [ Command.loadTimelines <| Just client - , Navigation.modifyUrl model.location.pathname , Command.saveClient client + , Navigation.modifyUrl model.location.pathname + , Navigation.reload ] Err error ->