Skip to content

feat/statusInteractions

Nastassia Danilova requested to merge feat/statusInteractions into master

close 18

  • added thunks for status interactions.
  • moved dispatch and getState 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.

Merge request reports