matrix-org / dendrite

Dendrite is a second-generation Matrix homeserver written in Go!
https://matrix-org.github.io/dendrite/
Apache License 2.0
5.67k stars 664 forks source link

Signing in from a new session does not sync room information #2222

Closed alistair23 closed 2 years ago

alistair23 commented 2 years ago

Background information

Description

I have been having issues related to https://github.com/matrix-org/dendrite/issues/2181 but this is different again. When logging onto new sessions it all appears to work correctly but the room information is not sync correctly. The rooms show up in Element as "Empty Room", I can't see any previous messages, it seems like even the fact the room was encrypted is lost.

Existing clients seem to be fine though

Steps to reproduce

neilalexander commented 2 years ago

Is this still true on the latest main commit? I haven’t been able to reproduce this at all on either of the Dendrite servers that I use so far.

alistair23 commented 2 years ago

Still seems to be a problem, it seems very related to https://github.com/matrix-org/dendrite/issues/2150 though

neilalexander commented 2 years ago

I can't understand what's happening here. Can you increase your log level to debug and see if anything useful comes up when syncing your clients?

alistair23 commented 2 years ago

After updating to 0.6.5 and deleting the jetstream directory it seems to be fixed, so I'm going to close this