thirdroom icon indicating copy to clipboard operation
thirdroom copied to clipboard

Custom Avatars

Open robertlong opened this issue 2 years ago • 1 comments

This is a work in progress PR. It re-enables setting an avatar in your user profile. However, instead of using profile rooms we use the account data API for private profile info. This is one less Third Room-specific room we need to create and storing avatar model info in account data is a good use of the account data API. Currently the avatar model url is logged to the console when you enter the room. We probably want to fetch the avatar url for all users when they join by using their peer id and the world member state event (org.matrix.msc3815.world.member).

robertlong avatar Apr 26 '23 23:04 robertlong

🚀 Deployed on https://deploy-preview-592--thirdroom.netlify.app

github-actions[bot] avatar Apr 26 '23 23:04 github-actions[bot]