diff --git a/MastodonSDK/Sources/MastodonCore/Service/API/APIService+Account.swift b/MastodonSDK/Sources/MastodonCore/Service/API/APIService+Account.swift index 218948d33..8e0caae50 100644 --- a/MastodonSDK/Sources/MastodonCore/Service/API/APIService+Account.swift +++ b/MastodonSDK/Sources/MastodonCore/Service/API/APIService+Account.swift @@ -162,6 +162,8 @@ extension APIService { authorization: authorization ).singleOutput() + PersistenceManager.shared.cacheAccount(response.value, for: authenticationBox) + return response.value } }