Michael Telatynski
Michael Telatynski
Electron does not support accessing that API seemingly, but closest we can get is to try and read the DND state using https://www.electronjs.org/docs/tutorial/notifications#do-not-disturb--session-state
@uzantome looks like it only supports Linux & Windows, and would create extra cost on the latter as it'd require signing extra binaries
Tests failing due to https://github.com/element-hq/synapse/pull/18231
Thanks @uhoreg - they got extracted to https://github.com/element-hq/element-web/pull/30066
> Element can know the account is brand new if it's missing account data from it Not really? Existing users who haven't gone through the onboarding flow would be met...
So currently the logic is to only show it to users where we know their registration time, which is something we know if the registration happened within the local client...
> Why did we choose registration time? Unfortunately your guess is as good as mine, everyone involved in that work & review is no longer around https://github.com/matrix-org/matrix-react-sdk/pull/9083 There is nothing...
@pmaier1 sounds good, there is currently no dismiss interaction, could you suggest who can be tasked with designing such?
@MuhammadHadiofficial that'd need spec work as `loginToken` is the only specced param atm https://spec.matrix.org/v1.12/client-server-api/#client-login-via-sso
Last I saw this, the unread message counts in synapse simply didn't work in SSS, element X doesn't use them and computes everything locally but web and desktop rely on...