-
-
Notifications
You must be signed in to change notification settings - Fork 28
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
Can't accept or decline direct message invite #3123
Comments
This comment was originally posted by @S7evinK at matrix-org/dendrite#3123 (comment). matrix-org/dendrite#3231 matrix-org/dendrite#3243 |
I am still seeing this in EW CI
This is on a bot's auto accept invites behaviour which looks like this: |
@t3chguy Where can I find the logs Dendrite produces in CI? How is the room created, any special initial events or something? |
I've disabled the test in Dendrite for now but will try get you a Playwright trace including Dendrite logs by end of day |
trace.zip Attachments Tab > dendrite logs |
Right, I think the problem is that the room is created with only a dendrite/roomserver/internal/perform/perform_create_room.go Lines 97 to 132 in add73ec
So quick fix for the EW test: Set |
The spec does say to use
https://spec.matrix.org/v1.13/client-server-api/#post_matrixclientv3createroom I will open a new issue for it |
Yep, this is a bug in Dendrite, but also a spec clarity issue (IMO) - what should be set/returned if neither |
Created #3488 |
Oh for sure there is an undefined case, but the case in the test is defined in the spec |
This issue was originally created by @wangwillian0 at matrix-org/dendrite#3123.
Trying to accept invite:
Rejecting invite:
This happens with rooms created by bridges (mainly discord).
Possibly related: matrix-org/dendrite#1760
The text was updated successfully, but these errors were encountered: