Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

POC: send status notifications #163

Closed
wants to merge 14 commits into from
Closed

Conversation

agusaldasoro
Copy link
Contributor

@agusaldasoro agusaldasoro commented Jul 24, 2023

RPC protocol to implement the Presence feature in Social Service PoC

@github-actions
Copy link

github-actions bot commented Jul 24, 2023

Test this pull request

  • The @dcl/protocol package can be tested in scenes by running
    npm install "https://sdk-team-cdn.decentraland.org/@dcl/protocol/branch//dcl-protocol-1.0.0-6317645402.commit-faab0c2.tgz"

}

message Position {
optional string realm = 1;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm not sure what we do with the realm, but I think it would be a good idea to check it and consider if it'd be better to change the type from string to enum

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I’m not sure also how does the explorer handle it. Anyway, when being in a world the world name is the realm, so at first we can not list all the possible names.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants