Michael Telatynski

Results 1302 comments of Michael Telatynski

Presumably it has its reasons, so maybe we need a way to force, to say to a matrix server that we're explicitly putting it into the past. This would need...

But then it would be a riot specific thing, which isn't ideal, many people use other clients too. Best would be to get it into the matrix specification

It uses events_default as it covers unencrypted messages `m.room.message`, encrypted messages `m.room.encrypted`, stickers `m.sticker`, polls `org.matrix.msc3381.poll.start` and more. So changing `m.room.message` would not have the same effect.

@BloodyIron it doesn't seem very widespread, has 0 upvotes on the issue and could not be reproduced by one of the developers

> This whole issue seems to rely on how Element Desktop detects another instance of itself, and that method somehow not working when Ubuntu/Gnome auto-starts it after login. https://www.electronjs.org/docs/latest/api/app#apprequestsingleinstancelockadditionaldata

@BloodyIron as someone who can reproduce it I suggest opening an issue with Electron upstream.

@BloodyIron and I can't reproduce your issue so cannot field the questions they'd have without being a messenger and there aren't enough hours in the day for me to be...

@BloodyIron I used a VM under UTM on my Macbook M1, using https://mac.getutm.app/gallery/ubuntu-20-04 - installed Element Desktop (not nightly) and enabled start at boot in Element's settings. Restarted, waited for...

Relying on changing the entrypoint where the default Docker image entrypoint is just nasty. Why not publish 2 images with the correct entrypoint set, with the entrypoint command being very...

Maintain? No, they'd be identical bar the entrypoint, should even just be a single Dockerfile with a build-arg entrypoint. Even the 2nd `docker build` would be instant due to the...