-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
Historical rooms is always empty #7850
Comments
@bwindels does this mean the historical rooms feature has been broken since lazy loading? (And nobody's noticed?) |
@lampholder I'm unsure whether the breakage is related to lazy loading or not. As part of finding it broken Benoit mentioned it should lazy load members as well. |
As a data point: in my history of using riot, it has never worked. |
I'm having this problem too.
Monitoring HTTP requests in the browser debugging tools, I can see Riot updating Filter 1 with |
I have been having this bug for awhile now. It stopped working about the time my IRC appservice didnt want to let me leave a room, and I had to manually edit myself out. Didnt touch the matrix DB, so don't know if related, but it wasnt long after that I noticed historical rooms were gone. Now they do exactly what thomas mentions above. |
This is still a problem for left rooms |
Historical rooms is gone |
On riot-web, "Historical rooms" section in the left panel always says "You have no historical rooms" (often after showing a spinner for a while). @bmarty says there is also no lazy loading for this request, another filter is used in a parallel /sync. There is no lazy_load_members argument in this filter
The text was updated successfully, but these errors were encountered: