mirror of
https://github.com/status-im/status-react.git
synced 2025-01-19 23:39:49 +00:00
6fa9040def
The ```:account-update``` event was being passed the key ```update-status?``` which has nothing to do with an account as represented in the db. This resulted in a spec failure when this key was detected on an attempt to save changes. I've sanitized this event by pulling out the three account keys, ```[:name :photo-path :status]``` that are relevant to ```profile``` and ensuring that only they get passed to ```:account-update```. Profile updates now work as expected. Add tests covering profile events Fix the runner