You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Was trying to upgrade to latest main when I noticed that asking any room for power_levels comes back with InsufficientData. We are using regular old sync (are in the process of migrating to sliding sync) and it appears that on latest main the state events aren't saved to the state_store anymore.
Some git bisecting points me to db6d1b4 being the commit it all breaks with.
Was trying to upgrade to latest
main
when I noticed that asking any room forpower_levels
comes back withInsufficientData
. We are using regular old sync (are in the process of migrating to sliding sync) and it appears that on latestmain
the state events aren't saved to the state_store anymore.Some git bisecting points me to db6d1b4 being the commit it all breaks with.
After a brief introspection it seems that there is no new equivalent of the removed state-events adding for non-user-events: db6d1b4#diff-c559762e72a5a86b43382e9ebb7f1bf5d8144f409c1789ad5bb4294eabf44d07L437-L441
I'll investigate further and see if I can come up with a patch.
The text was updated successfully, but these errors were encountered: