-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
joining #neb:matrix.org often fails #2956
Comments
The base problem here is that matrix.org is sending an invalid response to the
|
I have the same issue for joining a different room I was invited to, I'm seeing the following error in synapse's logs:
People that are in the room see me join it, but on my side the join fails ( |
Hi, I get the same error same error "Failed to send_join via any server" from my homeserver. The strange thing is, that I see my user has joined |
We should probably do something like |
The first attempt gives:
and then
$1416421111999gtomZ:matrix.org
looks like:(note the invalid
sender
).However, that is enough for all of the events to be persisted in the database. A second attempt then looks at those events to determine other servers in the room, and has a good chance (note: not guaranteed) of picking one that's not
matrix.org
to do the join.Most other servers will not have
$1416421111999gtomZ:matrix.org
(since they will have rejected it) so do not return it from the send_join, and the join therefore succeeds.(An alternative approach is to join via a different alias, such as
#neb:t2l.io
- which, again, means that you do not receive the problem event and the join succeeds.)The text was updated successfully, but these errors were encountered: