feat/statusInteractions
close 18
- added thunks for status interactions.
- moved
dispatch
andgetState
functions from every statuses thunk test.
I've noticed the problem with status updating on the user profile page. I believe we need to store the user's statuses as a separate timeline (e.g. 'userProfile') Because it's a huge and unnecessary logic to find first a user in the state, and then his status which needs to be updated. But I think we can create a separate task for it.