-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
"No auth events in create event" when trying to join a room which has been cleared by delete_old_current_state_events
, over federation
#7835
Comments
|
ah right. "No known servers" only happens when you attempt to join an empty room on your own server; if you attempt to join an empty room via a remote server, you normally find yourself in an empty room (see #6958). #trains is a little bit magical because not only does it have no active members it has no I'm not really sure how it got into that state, but given it was last used in 2015, I don't propose to investigate much further. I've freed up |
ah, I see it now. This room will have been cleaned up by the |
delete_old_current_state_events
, over federation
I've reopened this, though arguably it's a duplicate of #6958, since a fix to one is likely to fix both. (In short: we shouldn't generate join events for rooms we're not in, regardless of how many extremities we think we have). |
attempts to join
#trains:matrix.org
get rejected with{"errcode":"M_FORBIDDEN","error":"No create event in auth events"}
The text was updated successfully, but these errors were encountered: