Will Hunt

Results 360 comments of Will Hunt

![image](https://github.com/user-attachments/assets/e6824aa1-f830-4166-8a0d-e3c16634579f) I clicked delete database on this one.

Based on the logs, this might be similar to https://github.com/element-hq/element-web/issues/27870 but impacting the sync DB rather than the crypto DB.

This has repeated today.

https://github.com/matrix-org/matrix-react-sdk/pull/12967 is an implementation of this.

Settings do look different in that design, @robintown is this still open?

This should have been fixed by https://github.com/element-hq/element-web/pull/29924. But given you are on a newer version this is problematic.

> > This should have been fixed by [#29924](https://github.com/element-hq/element-web/pull/29924). But given you are on a newer version this is problematic. > > But when it actually happened I was likely...

I'm unsure. Based upon the logging for "Performing+one-time+settings+migration" in the rageshakes the problem still appears to be happening for other users.

Debugging: - This fires via the *onEventDecrypted* handler (https://github.com/vector-im/riot-web/blob/aa821a5b6fbe291fafaf232849dd23e57a39a1e7/src/Notifier.ts#L416-L425) - This appears to fire as a side effect of the reply chain being evaluated - `this.pendingEncryptedEventIds` gates the decryption listener,...