David Baker
David Baker
I've added logging that may help diagnose this in https://github.com/vector-im/element-call/pull/1740
> I am wondering if the other PR does obsolete this? Yes - hopefully :) Although the plan basically was to make sure the dropdown always shows the truth first,...
I remember this was some kind of awful hack, but empirically it's not needed so let's close it.
This has flaked twice in a row for me. If nobody has time to look, I think we'll have to disable it.
ftr, this is: https://e2e-131--matrix-react-sdk.netlify.app/#?testId=549c35dde3453c6f6198-53d1af2a964b4d8c9a63 ``` Error: jsHandle.evaluate: Error: Cannot encrypt event in unconfigured room !wDXBgADKUDbRHIRBhX:localhost at RustCrypto.encryptEvent (http://localhost:8080/bundles/94c04cf2a65f14e9f347/771.js:3276:13) at MatrixClient.encryptEventIfNeeded (http://localhost:8080/bundles/94c04cf2a65f14e9f347/init.js:9339:30) at async MatrixClient.encryptAndSendEvent (http://localhost:8080/bundles/94c04cf2a65f14e9f347/init.js:9271:9) at async :260:30 at RustCrypto.encryptEvent...
Not sure I understand how the expected behaviour is not applicable here - presumably the expected behaviour is anything where the timestamp doesn't overlap the description?
I assume this won't really be a complete solution since if it's only processing live events, it will miss other cases, eg. if we're scrolling back and see and edit,...
Thanks - yeah, it could make sense to solve this by making seshat aware of message edits.
I guess you didn't have any luck figuring out why the snapshots didn't match? We may have to have the CI upload the snapshot images so we can see what's...
This should be fixed by https://github.com/matrix-org/matrix-js-sdk/pull/5106