-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Cannot reject invite: "403: Unknown room" #6902
Comments
I'm guessing this is new in 1.10.0 with #6802. |
Could we: a. Remove all local invites for a room when it is cleaned up |
Just want to push this here, as i experienced the problem right now as described in #7572 |
I think I'm seeing the same issue. I fired up a new Synapse server (twice), works internally but something is wrong with it -- I can send out invites from the new server, but invite recipients can neither accept nor reject them ("Failed to reject invite -- Not a known room"). The result is that I now have several pending Invites in my "regular" Matrix account which I cannot get rid of. |
yeees, except that ship has sailed almost everywhere, given the cleanup happened back in February. |
Is anyone still seeing this? It doesn't sound like this will recur as it happened due to a one-off cleanup job, so unless it's still active I suggest we close the issue. |
Yes this is still happening, or a variant: MatrixError: [403] [USER] not in room |
Thanks for letting us know @RandomErrorMessage. Could you file a new bug report with some logs so we can investigate? |
It seems that it's possible for rooms to have no state in
current_state_events
(possibly because the server thinks that everyone has left the room), but also to have no room_version inrooms
(possibly because the room was created before we populated that as a matter of course).Users who have invites to that room will then see "Unknown room" when they try to reject the invite. (They will also see an error if they try to accept the invite, since everybody has left).
The text was updated successfully, but these errors were encountered: