-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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 dismiss invite to room that probably no longer exists #26514
Comments
Looks like
So it might actually be Conduit or even Synapse (the room was on a Synapse server). Matching Conduit issue: https://gitlab.com/famedly/conduit/-/issues/401. |
Definitely a server issue. The server should be local-rejecting the room invite and removing it from your client via |
Why exactly didn't the specification allow for redaction of invitation events by both the recipient and sender? I'm not sure if this would work but this seems like a possible solution, although I'm guessing the recipienr has to be a room member to reject the invitation. |
The spec does allow for this. The issue happens when the room no longer exists (as per the title of this issue) - then there is no invitation to reject and your server wouldn't have been notified of the room winking out of existence if it wasn't part of the room in the first place. Either way a closed issue on the client side is not the place to discuss. |
Steps to reproduce
Outcome
What did you expect?
Invite goes away.
What happened instead?
"Reject" goes to the onboarding screen, invite remains active and RED.
Operating system
Linux
Browser information
Firefox
URL for webapp
1.11.47
Application version
No response
Homeserver
Conduit 0.7.0-alpha
Will you send logs?
Yes
The text was updated successfully, but these errors were encountered: