element-hq / element-meta

Shared/meta documentation and project artefacts for Element clients
75 stars 12 forks source link

Improve auto-rage shake #114

Open BillCarsonFr opened 2 years ago

BillCarsonFr commented 2 years ago

DEv issues

BillCarsonFr commented 2 years ago

Also as we are now reporting to the same repo, we could also add a platform label to the issue android / web / ios / desktop ? WDYT @duxovni

emmaburton1 commented 2 years ago

Does this work have in-scope the option to send an auto-rageshake if keybackup is either not enabled or not working?

duxovni commented 2 years ago

If key backup issues cause you to be unable to decrypt messages, then it'll rageshake at that point; is that the functionality you're looking for @emmaburton1 ?

emmaburton1 commented 2 years ago

Yes, that's it.

duxovni commented 2 years ago

Filed matrix-org/matrix-react-sdk#7650 to address the remaining improvements on the web side of things. We've now got approximate checking for initial vs incremental sync, and a 5-second grace period for decryption failures to resolve before rageshaking.

benparsons commented 2 years ago

There is also a need to auto-rageshake in the condition where the keybackup fails or is not loaded: https://element-io.atlassian.net/browse/PSE-327

benparsons commented 2 years ago

199

richvdh commented 3 weeks ago

@BillCarsonFr is there anything left to do here?