Michael Telatynski

Results 1302 comments of Michael Telatynski

the code looks like: ``` const w = global.window; const doc = global.document; if (!w || !doc) { return null; } ... ``` So presumably you don't have a window...

I am using the pre-release. No code option is available as the binding happens in a webview within the Google Home app so does not involve the HA companion app...

The code option appears as expected when signing into the HA Android app ftr

Those screenshots aren't of our Windows application, are you sure you are running our application? Could you please send logs.

This is the doing of unhomoglyph which treats m the same as rn as in a lot of fonts they are hard to distinguish

This is a property of https://en.wikipedia.org/wiki/Forward_secrecy A feature is in the works (Dehydration) which lets you stash your session during logout securely to be able to re-use with your next...

That would have no effect. It would be securely stored (encrypted) on your Matrix server so can be migrated to a different device. > Is there any way to "make...

If you have 0 sessions then you have no keys to be encrypted for. Hence you not receiving the decryption keys for messages which happen during that time.

> Is it a security issue to store ALL keys from a backup-ed session ? You're describing dehydration

There are a multitude of issues with the above, which are intended to be sorted by `state_after` from Matrix v1.16. We will not be fixing issues with legacy spec approaches,...