decentraland / profile

Profile dApp
https://profile-delta-teal.vercel.app
Apache License 2.0
0 stars 0 forks source link

Fetch and store friends using the Matrix-clieent #14

Closed flobarreto closed 1 year ago

flobarreto commented 1 year ago

Fetch and store friends using the matrix client(https://github.com/decentraland/matrix-client.)

  1. Create the social reducer to store the amount of friends the user has.
  2. Create the social actions to store the amount of friends the user has.
  3. Create the social sagas to fetch the amount of friends the user has.
  4. Set up and understand how the Social client works.
LautaroPetaccio commented 1 year ago

Duplicate.