-
-
Notifications
You must be signed in to change notification settings - Fork 2k
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
Cannot reject invite to empty room #4374
Comments
I haven't been able to reproduce this yet. If I:
If I:
|
@lampholder did the reject actually go through? #4225 has me a bit worried about it not going through. |
If by 'go through' you mean "disappear from the invitee's interface", then yes, it did disappear. |
Okay, so it looks like it's still happening (event though I can't reproduce it reliably) - P2 minor because it doesn't seem to be happening a lot and can be worked around by refreshing the cache, but it is pretty smelly :( |
Hi @lampholder thanks for your answer! What do you mean with "can be worked around by refreshing the cache"? Refreshing the cache in the vector client didn't solve it. Is there another way to delete the invitations? For example in the database? If you need any more information for debugging, I'm happy to provide them. |
I also have this in a room where the homeserver lost state, not the client. Harder to reproduce, but just as a point of information. |
Ah @rexometer sorry - I was basing that on @Qwertie- 's statement that refreshing the cache fixed their problem - it could well be that there are multiple classes of problem here and that client cache refreshing can't fix all of them :( |
If clearing the riot cache fixes it, it's #3743 / matrix-org/synapse#2181 |
I have had a similar looking issue with one invite for a long time. I believe the room I am invited too doesn't exist anymore (or is empty). Flushing cache through the button in settings does not resolve the issue on my side. #2341 would be a good enough solution for me. |
Since it sounds like some of these invites can't be gotten rid of at all I think that warrants a higher priority. |
@Half-Shot clear cache |
It did indeed :3 |
|
so we think this is a dup of #3743. |
Description
Cannot reject invite to empty room.
Steps to reproduce
Describe how what happens differs from what you expected.
The decline button should remove the invitation regardless of room status. It is unacceptable that there are "ghost" invitations.
Log: sent/not sent?
Version information
For the desktop app:
Version of matrix-react-sdk: 0.9.6
Version of riot-web: 0.11.3
Version of olm: 2.2.1
initial report in synapse: matrix-org/synapse/issues/2293
The text was updated successfully, but these errors were encountered: