We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
This issue has been migrated from #7406.
On fast changing membership states the sync will not reliably include rooms a user was invited to. It might be related to issues matrix-org/synapse#4533 and matrix-org/synapse#4422
This is not easily reproducable, an attempt should look as follows:
We used the synapse version v1.12.0. Installed per git clone And is operating in a debian stretch docker container.
A possibility to fix it temporarly is to restart the server or invalidate the caches.
We debugged this issue for quite some time and are using a hotfix, that stops caching from get_forgotten_rooms_for_user in roommember.py by removing following line: https://github.com/matrix-org/synapse/blob/9c1b83b0078aa9cc1bb902e14d3f7302625ba099/synapse/storage/data_stores/main/roommember.py#L797
get_forgotten_rooms_for_user
The text was updated successfully, but these errors were encountered:
No branches or pull requests
This issue has been migrated from #7406.
Description
On fast changing membership states the sync will not reliably include rooms a user was invited to.
It might be related to issues
matrix-org/synapse#4533 and
matrix-org/synapse#4422
Reproduction
This is not easily reproducable, an attempt should look as follows:
Version information
We used the synapse version v1.12.0.
Installed per git clone
And is operating in a debian stretch docker container.
Hotfix
A possibility to fix it temporarly is to restart the server or invalidate the caches.
We debugged this issue for quite some time and are using a hotfix, that stops caching from
get_forgotten_rooms_for_user
in roommember.py by removing following line:https://github.com/matrix-org/synapse/blob/9c1b83b0078aa9cc1bb902e14d3f7302625ba099/synapse/storage/data_stores/main/roommember.py#L797
The text was updated successfully, but these errors were encountered: