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

Federation: /rooms/.../members fails for the invites received from a federated server #4985

Open
matrixbot opened this issue Dec 17, 2023 · 0 comments
Labels
A-Federation A-Invite A-Spec-Compliance good first issue This is a fix that might be an easy place for someone to start for their first contribution O-Uncommon S-Tolerable T-Defect

Comments

@matrixbot
Copy link
Collaborator

matrixbot commented Dec 17, 2023

This issue has been migrated from #4985.


Description
get /_matrix/client/r0/rooms/{roomId}/members on an invite received from another federated server fails with the following error:

errcode = "M_NOT_FOUND";
error = "Can't find event for token Token(room_key=u'xxx', presence_key=u'xxx', typing_key=u'x', receipt_key=u'xxx', account_data_key=u'xxx', push_rules_key=u'xx', to_device_key=u'xxx', device_list_key=u'xxx', groups_key=u'xx')";

Steps to reproduce
Consider 2 users userA and userB, created on 2 different Homeservers.
userA creates a room and invites userB
When userB requests for the members of this room, he gets an error

@matrixbot matrixbot changed the title Dummy issue Federation: /rooms/.../members fails for the invites received from a federated server Dec 21, 2023
@matrixbot matrixbot added A-Invite A-Federation A-Spec-Compliance good first issue This is a fix that might be an easy place for someone to start for their first contribution S-Tolerable O-Uncommon T-Defect labels Dec 21, 2023
@matrixbot matrixbot reopened this Dec 21, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-Federation A-Invite A-Spec-Compliance good first issue This is a fix that might be an easy place for someone to start for their first contribution O-Uncommon S-Tolerable T-Defect
Projects
None yet
Development

No branches or pull requests

1 participant