Spacetime-Meta / spacetime-sdk

The spacetime-sdk is a turnkey virtual environment package for building in the Spacetime Metaverse
https://www.spacetimemeta.io/metaverse/spawn-planet
MIT License
11 stars 2 forks source link

Way to remove friends from list #90

Closed Liquid-Blocks closed 2 years ago

Liquid-Blocks commented 2 years ago

As of now there is only a way to add new friends in the list, there should be a way to remove them and disconnect. Image

Assignee is free to chose how the interface is organized, don't waste to much time on the visual as we will redo everything according to UI design.

The friendList is stored in localProxy.friendList for persistence.

I strongly recommend commenting the following section while development: image

codeeMadness commented 2 years ago

Hi @Liquid-Blocks , for this enhancement, one issue still not resolve yet. when disconnect a peer, it does not update friend list on that peer. however, my PR has covered enough requirements for this task.