Inform everyone that the account got updated (IOS-277)
This commit is contained in:
parent
be85e896da
commit
395a4c0fba
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue