Michael Telatynski

Results 1303 comments of Michael Telatynski

You can do this by adding an email then resetting your password. Related https://github.com/matrix-org/synapse/issues/11944

This is a non-issue in native OIDC land with MAS, etc

> How can you change your password, when you have none to enter as current password? https://github.com/element-hq/element-meta/issues/417#issuecomment-1150144640

This looks like the wrong repo for this issue.

This isn't a riot issue. The matrix sync api returns them in the order the server received them ~~(dag ordering)~~

The nature of distributed systems is you can't trust the timestamp, I could very easily forge one to put words in your mouth (messages)

In a distributed system you either go by timestamp of receipt (what matrix and synapse are doing for ordering) or you trust the claimed timestamp of origin, which cannot be...

In a system like matrix with network delay effects it could be natural for a message to arrive late over federation, that message getting moved (and hidden) somewhere high up...

> The "third party" that Riot is getting information from is a homeserver I've explicitly chosen to connect to. No, `origin_server_ts` is from the origin server, as the name implies,...

> Since you mentioned that the user is moving focus inside of the toolbar, could you use focus-within on the toolbar itself to keep it from disappearing? Not quite because...