Inform everyone that the account got updated (IOS-277)

This commit is contained in:
Nathan Mattes 2024-05-24 21:58:15 +02:00
parent be85e896da
commit 395a4c0fba
1 changed files with 1 additions and 0 deletions

View File

@ -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
}