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

Actor type is wrong for room presence updates #679

Open
raucao opened this issue Feb 8, 2022 · 2 comments
Open

Actor type is wrong for room presence updates #679

raucao opened this issue Feb 8, 2022 · 2 comments

Comments

@raucao
Copy link
Contributor

raucao commented Feb 8, 2022

I think this should be "room"?

{
  "type": "update",
  "actor": {
    "type": "person",
    "id": "kosmos@kosmos.chat"
  },
  "object": {
    "type": "presence",
    "presence": "online"
  },
  "target": {
    "id": "jimmy@kosmos.org/hyperchannel"
  },
  "context": "xmpp"
}
@silverbucket
Copy link
Member

Where did this object come from?

@raucao
Copy link
Contributor Author

raucao commented Feb 8, 2022

I don't know, just when loading Hyperchannel with XMPP service and rooms connected.

This was referenced Feb 10, 2022
@silverbucket silverbucket added this to the Hyperchannel Alpha milestone Feb 12, 2022
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

No branches or pull requests

2 participants