Save all accounts from user timeline to redux store
During some research on how pleroma-fe autocomplete works, I realized that kenoma has less loaded users in its store that in pleroma-fe one's. As the timeline loads, all accounts from statuses are saved in the user reducer. It is missed in the user profile timeline. Also, the current user will be nice to save there.