···528528 NotAuthenticated ->
529529 -- This is the message we get when the app initially
530530 -- finds out we're not authenticated.
531531- """
532532- Thank you for using Diffuse V1!
533533- If you want to import your old data,
534534- please pick the storage method you used before and
535535- go to the [import page](#/settings/import-export).
536536- """
537537- |> Notifications.stickySuccess
538538- |> showNotificationWithModel { model | isUpgrading = False }
539539- |> andThen (update <| BackdropMsg Backdrop.Default)
531531+ andThen
532532+ (update <| BackdropMsg Backdrop.Default)
533533+ (if model.isUpgrading then
534534+ """
535535+ Thank you for using Diffuse V1!
536536+ If you want to import your old data,
537537+ please pick the storage method you used before and
538538+ go to the [import page](#/settings/import-export).
539539+ """
540540+ |> Notifications.stickySuccess
541541+ |> showNotificationWithModel { model | isUpgrading = False }
542542+543543+ else
544544+ return model
545545+ )
540546541547 RemoteStorageWebfinger remoteStorage (Ok oauthOrigin) ->
542548 let