Michael Telatynski

Results 1302 comments of Michael Telatynski

This would be a massive feature, Discord does this by doing a lot of custom native code which is likely infeasible to write and maintain for the core team currently

https://www.electronjs.org/docs/latest/tutorial/mac-app-store-submission-guide#limitations-of-mas-build implies that enabling app sandboxing breaks a few things including crashReporter and more critically autoUpdater. If that is the case then the sandboxing would be blocked by https://github.com/element-hq/element-desktop/issues/655

We don't have plans or resources to ship, test, and maintain two different releases. So it'd be one or the other.

Yes, there could be a final update which features a guide on how to transition if the management decide that we wish to move to MAS.

The community-maintained flatpak issues live at https://github.com/flathub/im.riot.Riot/

> whether from apt or flathub Oh I missed this due to the edit

> My best guess on this is that hard crashes are corrupting the database. This has increased with rust SDK because the indexedDB implementation does not ask for durable writes...

Though interestingly doesn't involve Electron

> Dynamic registration failed can be ignored, though am surprised to see it trying to register a new oidc client if there is an existing session > The provided access...

A failed token refresh should yield a logout in the same way a 401 without OIDC would