diff --git a/Mastodon/Scene/Profile/ProfileViewModel.swift b/Mastodon/Scene/Profile/ProfileViewModel.swift index 388a733bf..29caffcc1 100644 --- a/Mastodon/Scene/Profile/ProfileViewModel.swift +++ b/Mastodon/Scene/Profile/ProfileViewModel.swift @@ -234,6 +234,7 @@ extension ProfileViewModel { ) FileManager.default.store(account: response.value, forUserID: authenticationBox.authentication.userIdentifier()) + NotificationCenter.default.post(name: .userFetched, object: nil) return response }